Color Hex Logo

#d0c3db Color Hex

#D0C3DB
(208,195,219)
1 Favorites   0 Comments

Color spaces of #d0c3db

RGB 208195219
HSL0.760.250.81
HSV273°11°86°
CMYK 0.050.110.00   0.14
XYZ58.313757.554675.0535
Yxy57.55460.30540.3015
Hunter Lab75.86474.4413-5.5507
CIE-Lab80.49058.9541-10.3087

#d0c3db color RGB value is (208,195,219).

#d0c3db hex color red value is 208, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0c3db hue: 0.76 , saturation: 0.25 and the lightness value of d0c3db is 0.81.

The process color (four color CMYK) of #d0c3db color hex is 0.05, 0.11, 0.00, 0.14. Web safe color of #d0c3db is #cccccc. Color #d0c3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000011 11011011
Octal 320 303 333
Decimal 208 195 219
Hex D0 C3 DB

RGB Percentages of Color #d0c3db

%33.44
%31.35
%35.21

CMYK Percentages of Color #d0c3db

%5
%11
%0
%14

Triadic Colors of #d0c3db

#d0c3db #dbd0c3 #c3dbd0

Analogous Colors of #d0c3db

#d0c3db #dbc3da #c4c3db

Monochromatic Colors of #d0c3db

#d0c3db

Complementary Color

#d0c3db #cedbc3

#d0c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c3db Color CSS Codes

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

#d0c3db Text Font Color

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

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


#d0c3db Background Color

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

This div background color is #d0c3db


#d0c3db Border Color

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

This div border color is #d0c3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c3db

#d0c3db Color Palettes


Comments

No comments written yet.

Please login to write comment.