Color Hex Logo

#d0cbda Color Hex

#D0CBDA
(208,203,218)
0 Favorites   0 Comments

Color spaces of #d0cbda

RGB 208203218
HSL0.720.170.83
HSV260°85°
CMYK 0.050.070.00   0.15
XYZ60.023261.183774.9757
Yxy61.18370.30600.3119
Hunter Lab78.22000.0894-2.0768
CIE-Lab82.47744.5017-6.8220

#d0cbda color RGB value is (208,203,218).

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

The process color (four color CMYK) of #d0cbda color hex is 0.05, 0.07, 0.00, 0.15. Web safe color of #d0cbda is #cccccc. Color #d0cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 11011010
Octal 320 313 332
Decimal 208 203 218
Hex D0 CB DA

RGB Percentages of Color #d0cbda

%33.07
%32.27
%34.66

CMYK Percentages of Color #d0cbda

%5
%7
%0
%15

Triadic Colors of #d0cbda

#d0cbda #dad0cb #cbdad0

Analogous Colors of #d0cbda

#d0cbda #d8cbda #cbceda

Monochromatic Colors of #d0cbda

#d0cbda

Complementary Color

#d0cbda #d5dacb

#d0cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cbda Color CSS Codes

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

#d0cbda Text Font Color

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

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


#d0cbda Background Color

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

This div background color is #d0cbda


#d0cbda Border Color

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

This div border color is #d0cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cbda


Comments

No comments written yet.

Please login to write comment.