Color Hex Logo

#d3cbde Color Hex

#D3CBDE
(211,203,222)
0 Favorites   0 Comments

Color spaces of #d3cbde

RGB 211203222
HSL0.740.220.83
HSV265°87°
CMYK 0.050.090.00   0.13
XYZ61.404761.834777.8062
Yxy61.83470.30540.3076
Hunter Lab78.63501.7761-3.6205
CIE-Lab82.82546.2677-8.4170

#d3cbde color RGB value is (211,203,222).

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

The process color (four color CMYK) of #d3cbde color hex is 0.05, 0.09, 0.00, 0.13. Web safe color of #d3cbde is #cccccc. Color #d3cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 11011110
Octal 323 313 336
Decimal 211 203 222
Hex D3 CB DE

RGB Percentages of Color #d3cbde

%33.18
%31.92
%34.91

CMYK Percentages of Color #d3cbde

%5
%9
%0
%13

Triadic Colors of #d3cbde

#d3cbde #ded3cb #cbded3

Analogous Colors of #d3cbde

#d3cbde #ddcbde #cbcdde

Monochromatic Colors of #d3cbde

#d3cbde

Complementary Color

#d3cbde #d6decb

#d3cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cbde Color CSS Codes

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

#d3cbde Text Font Color

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

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


#d3cbde Background Color

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

This div background color is #d3cbde


#d3cbde Border Color

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

This div border color is #d3cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cbde


Comments

No comments written yet.

Please login to write comment.