#D8CEDA

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

Shades of Snuff #D8CEDA

Tints of Snuff #D8CEDA

Color information

#D8CEDA (or 0xD8CEDA) is unknown color: approx Snuff. HEX triplet: D8, CE and DA. RGB value is (216,206,218). Sum of RGB (Red+Green+Blue) = 216+206+218=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEDA is #273125. Grayscale: #D2D2D2. Windows color (decimal): -2568486 or 14339800. OLE color: 14339800.

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

Color convert

RGB216206218-
CMYK0.010.0600.15
HSL290º13.95%83.14%-
HSV(B)290º5.5%85.49%-
XYZ63.0563.875.32-
YUV210.36132.31132.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=33.75%
G=32.19%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162062180.010.0600.1529013.9583.14
HexD8CEDA160F122e53
Octal3303163321601744216123
Binary11011000110011101101101011100111110010001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEDA; }

 p { color: rgb(216,206,218); }

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

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

 a { background-color: rgb(216,206,218); }

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

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

 span { border-color: rgb(216,206,218); }

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