Color Hex Logo

#d1cbde Color Hex

#D1CBDE
(209,203,222)
0 Favorites   0 Comments

Color spaces of #d1cbde

RGB 209203222
HSL0.720.220.83
HSV259°87°
CMYK 0.060.090.00   0.13
XYZ60.835261.541177.7795
Yxy61.54110.30390.3075
Hunter Lab78.44811.1395-3.8710
CIE-Lab82.66885.6026-8.6667

#d1cbde color RGB value is (209,203,222).

#d1cbde hex color red value is 209, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d1cbde hue: 0.72 , saturation: 0.22 and the lightness value of d1cbde is 0.83.

The process color (four color CMYK) of #d1cbde color hex is 0.06, 0.09, 0.00, 0.13. Web safe color of #d1cbde is #cccccc. Color #d1cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001011 11011110
Octal 321 313 336
Decimal 209 203 222
Hex D1 CB DE

RGB Percentages of Color #d1cbde

%32.97
%32.02
%35.02

CMYK Percentages of Color #d1cbde

%6
%9
%0
%13

Triadic Colors of #d1cbde

#d1cbde #ded1cb #cbded1

Analogous Colors of #d1cbde

#d1cbde #dbcbde #cbcfde

Monochromatic Colors of #d1cbde

#d1cbde

Complementary Color

#d1cbde #d8decb

#d1cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cbde Color CSS Codes

.mybgcolor {background-color:#d1cbde; } 
.myforecolor {color:#d1cbde; }
.mybordercolor {border:3px solid #d1cbde; }

#d1cbde Text Font Color

<p style="color:#d1cbde">Text here</p>

This sample text font color is #d1cbde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d1cbde Background Color

<div style="background-color:#d1cbde">
Div content here</div>

This div background color is #d1cbde


#d1cbde Border Color

<div style="border:3px solid #d1cbde">
Div here</div>

This div border color is #d1cbde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,203,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1cbde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1cbde;
  -webkit-box-shadow: 1px 1px 3px 2px #d1cbde;
  box-shadow:         1px 1px 3px 2px #d1cbde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,203,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1cbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d1cbde;
  -webkit-box-shadow: 1px 1px 3px 2px #d1cbde;
  box-shadow:         1px 1px 3px 2px #d1cbde;">
Div content here</div>

This div box has shadow with color #d1cbde


Comments

No comments written yet.

Please login to write comment.