Color Hex Logo

#d1cddb Color Hex

#D1CDDB
(209,205,219)
0 Favorites   0 Comments

Color spaces of #d1cddb

RGB 209205219
HSL0.710.160.83
HSV257°86°
CMYK 0.050.060.00   0.14
XYZ60.912062.332475.8388
Yxy62.33240.30600.3131
Hunter Lab78.9509-0.4481-1.6873
CIE-Lab83.08993.9688-6.4411

#d1cddb color RGB value is (209,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001101 11011011
Octal 321 315 333
Decimal 209 205 219
Hex D1 CD DB

RGB Percentages of Color #d1cddb

%33.02
%32.39
%34.60

CMYK Percentages of Color #d1cddb

%5
%6
%0
%14

Triadic Colors of #d1cddb

#d1cddb #dbd1cd #cddbd1

Analogous Colors of #d1cddb

#d1cddb #d8cddb #cdd0db

Monochromatic Colors of #d1cddb

#d1cddb

Complementary Color

#d1cddb #d7dbcd

#d1cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cddb Color CSS Codes

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

#d1cddb Text Font Color

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

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


#d1cddb Background Color

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

This div background color is #d1cddb


#d1cddb Border Color

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

This div border color is #d1cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cddb


Comments

No comments written yet.

Please login to write comment.