#D9CEDB

Color #D9CEDB Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #D9CEDB

Tints of Snuff #D9CEDB

Color information

#D9CEDB (or 0xD9CEDB) is unknown color: approx Snuff. HEX triplet: D9, CE and DB. RGB value is (217,206,219). Sum of RGB (Red+Green+Blue) = 217+206+219=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDB is #263124. Grayscale: #D2D2D2. Windows color (decimal): -2502949 or 14405337. OLE color: 14405337.

HSL color Cylindrical-coordinate representation of color #D9CEDB: hue angle of 290.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CEDB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217206219-
CMYK0.010.0600.14
HSL290.77º15.29%83.33%-
HSV(B)290.77º5.94%85.88%-
XYZ63.4764.0176.03-
YUV210.77132.64132.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=33.80%
G=32.09%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172062190.010.0600.14290.7715.2983.33
HexD9CEDB160E123f53
Octal3313163331601644317123
Binary11011001110011101101101111100111010010001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEDB; }

 p { color: rgb(217,206,219); }

 H1.HeaderClassName
 {
   color: #D9CEDB;
 }
 .AnyTagClassName
 {
   color: #D9CEDB;
 }
</style>
background-color css

<style>
 a { background-color: #D9CEDB; }

 a { background-color: rgb(217,206,219); }

 div.DivClassName
 {
   background-color: #D9CEDB;
 }
 .BgClassName
 {
   background-color: #D9CEDB;
 }
</style>
border-color css

<style>
 span { border-color: #D9CEDB; }

 span { border-color: rgb(217,206,219); }

 td.TdClassName
 {
   border-color: #D9CEDB;
 }
 .TagClassName
 {
   border-color: #D9CEDB;
 }
</style>