Color Hex Logo

#d2cbda Color Hex

#D2CBDA
(210,203,218)
0 Favorites   0 Comments

Color spaces of #d2cbda

RGB 210203218
HSL0.740.170.83
HSV268°85°
CMYK 0.040.070.00   0.15
XYZ60.589261.475575.0022
Yxy61.47550.30750.3120
Hunter Lab78.40630.7265-1.8314
CIE-Lab82.63375.1722-6.5733

#d2cbda color RGB value is (210,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001011 11011010
Octal 322 313 332
Decimal 210 203 218
Hex D2 CB DA

RGB Percentages of Color #d2cbda

%33.28
%32.17
%34.55

CMYK Percentages of Color #d2cbda

%4
%7
%0
%15

Triadic Colors of #d2cbda

#d2cbda #dad2cb #cbdad2

Analogous Colors of #d2cbda

#d2cbda #dacbda #cbccda

Monochromatic Colors of #d2cbda

#d2cbda

Complementary Color

#d2cbda #d3dacb

#d2cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cbda Color CSS Codes

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

#d2cbda Text Font Color

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

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


#d2cbda Background Color

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

This div background color is #d2cbda


#d2cbda Border Color

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

This div border color is #d2cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cbda


Comments

No comments written yet.

Please login to write comment.