Color Hex Logo

#d2cddb Color Hex

#D2CDDB
(210,205,219)
0 Favorites   0 Comments

Color spaces of #d2cddb

RGB 210205219
HSL0.730.160.83
HSV261°86°
CMYK 0.040.060.00   0.14
XYZ61.195862.478875.8521
Yxy62.47880.30670.3131
Hunter Lab79.0435-0.1308-1.5657
CIE-Lab83.16744.3031-6.3178

#d2cddb color RGB value is (210,205,219).

#d2cddb hex color red value is 210, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2cddb hue: 0.73 , saturation: 0.16 and the lightness value of d2cddb is 0.83.

The process color (four color CMYK) of #d2cddb color hex is 0.04, 0.06, 0.00, 0.14. Web safe color of #d2cddb is #cccccc. Color #d2cddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001101 11011011
Octal 322 315 333
Decimal 210 205 219
Hex D2 CD DB

RGB Percentages of Color #d2cddb

%33.12
%32.33
%34.54

CMYK Percentages of Color #d2cddb

%4
%6
%0
%14

Triadic Colors of #d2cddb

#d2cddb #dbd2cd #cddbd2

Analogous Colors of #d2cddb

#d2cddb #d9cddb #cdcfdb

Monochromatic Colors of #d2cddb

#d2cddb

Complementary Color

#d2cddb #d6dbcd

#d2cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cddb Color CSS Codes

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

#d2cddb Text Font Color

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

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


#d2cddb Background Color

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

This div background color is #d2cddb


#d2cddb Border Color

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

This div border color is #d2cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cddb


Comments

No comments written yet.

Please login to write comment.