Color Hex Logo

#d4c3db Color Hex

#D4C3DB
(212,195,219)
0 Favorites   0 Comments

Color spaces of #d4c3db

RGB 212195219
HSL0.780.250.81
HSV283°11°86°
CMYK 0.030.110.00   0.14
XYZ59.452758.141775.1068
Yxy58.14170.30850.3017
Hunter Lab76.25075.7378-5.0250
CIE-Lab80.817510.2930-9.7868

#d4c3db color RGB value is (212,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000011 11011011
Octal 324 303 333
Decimal 212 195 219
Hex D4 C3 DB

RGB Percentages of Color #d4c3db

%33.87
%31.15
%34.98

CMYK Percentages of Color #d4c3db

%3
%11
%0
%14

Triadic Colors of #d4c3db

#d4c3db #dbd4c3 #c3dbd4

Analogous Colors of #d4c3db

#d4c3db #dbc3d6 #c8c3db

Monochromatic Colors of #d4c3db

#d4c3db

Complementary Color

#d4c3db #cadbc3

#d4c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c3db Color CSS Codes

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

#d4c3db Text Font Color

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

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


#d4c3db Background Color

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

This div background color is #d4c3db


#d4c3db Border Color

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

This div border color is #d4c3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,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 #d4c3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c3db


Comments

No comments written yet.

Please login to write comment.