Shades of Snuff #D8CEDA
Tints of Snuff #D8CEDA
RGB
CMYK
RGB Variations
Color information
#D8CEDA (or 0xD8CEDA) is known color: 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
RGB | 216 | 206 | 218 | - |
CMYK | 0.01 | 0.06 | 0 | 0.15 |
HSL | 290º | 0.14% | 0.83% | - |
HSV(B) | 290º | 0.06% | 0.85% | - |
XYZ | 63.05 | 63.8 | 75.32 | - |
YUV | 210.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 206 | 218 | 0.01 | 0.06 | 0 | 0.15 | 290 | 0.14 | 0.83 |
Hex | D8 | CE | DA | 1 | 6 | 0 | F | 122 | E | 53 |
Octal | 330 | 316 | 332 | 1 | 6 | 0 | 17 | 442 | 16 | 123 |
Binary | 11011000 | 11001110 | 11011010 | 1 | 110 | 0 | 1111 | 100100010 | 1110 | 1010011 |
Color Harmonies of #D8CEDA
Complementary color
Monochromatic Colors of #D8CEDA
Black with #D8CEDA
Text Example
Text Example
White with #D8CEDA
Text Example
Text Example
HTML Codes & Css Web 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>