Color Hex Logo

#d1cbee Color Hex

#D1CBEE
(209,203,238)
0 Favorites   0 Comments

Color spaces of #d1cbee

RGB 209203238
HSL0.700.510.86
HSV250°15°93°
CMYK 0.120.150.00   0.07
XYZ63.083062.440289.6163
Yxy62.44020.29320.2902
Hunter Lab79.01914.2177-11.9280
CIE-Lab83.14708.7845-16.4869

#d1cbee color RGB value is (209,203,238).

#d1cbee hex color red value is 209, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d1cbee hue: 0.70 , saturation: 0.51 and the lightness value of d1cbee is 0.86.

The process color (four color CMYK) of #d1cbee color hex is 0.12, 0.15, 0.00, 0.07. Web safe color of #d1cbee is #ccccff. Color #d1cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001011 11101110
Octal 321 313 356
Decimal 209 203 238
Hex D1 CB EE

RGB Percentages of Color #d1cbee

%32.15
%31.23
%36.62

CMYK Percentages of Color #d1cbee

%12
%15
%0
%7

Triadic Colors of #d1cbee

#d1cbee #eed1cb #cbeed1

Analogous Colors of #d1cbee

#d1cbee #e3cbee #cbd7ee

Monochromatic Colors of #d1cbee

#d1cbee

Complementary Color

#d1cbee #e8eecb

#d1cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cbee Color CSS Codes

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

#d1cbee Text Font Color

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

This sample text font color is #d1cbee
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.


#d1cbee Background Color

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

This div background color is #d1cbee


#d1cbee Border Color

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

This div border color is #d1cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cbee


Comments

No comments written yet.

Please login to write comment.