Shades of Snuff #DDCDDE
Tints of Snuff #DDCDDE
RGB
CMYK
RGB Variations
Color information
#DDCDDE (or 0xDDCDDE) is known color: Snuff. HEX triplet: DD, CD and DE. RGB value is (221,205,222). Sum of RGB (Red+Green+Blue) = 221+205+222=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDE is #223221. Grayscale: #D3D3D3. Windows color (decimal): -2241058 or 14601693. OLE color: 14601693.
HSL color Cylindrical-coordinate representation of color #DDCDDE: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCDDE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 222 | - |
CMYK | 0.00 | 0.08 | 0 | 0.13 |
HSL | 296.47º | 0.2% | 0.84% | - |
HSV(B) | 296.47º | 0.08% | 0.87% | - |
XYZ | 64.83 | 64.31 | 78.1 | - |
YUV | 211.72 | 133.8 | 134.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 222 | 0.00 | 0.08 | 0 | 0.13 | 296.47 | 0.2 | 0.84 |
Hex | DD | CD | DE | 0 | 8 | 0 | D | 128 | 14 | 54 |
Octal | 335 | 315 | 336 | 0 | 10 | 0 | 15 | 450 | 24 | 124 |
Binary | 11011101 | 11001101 | 11011110 | 0 | 1000 | 0 | 1101 | 100101000 | 10100 | 1010100 |
Color Harmonies of #DDCDDE
Complementary color
Monochromatic Colors of #DDCDDE
Black with #DDCDDE
Text Example
Text Example
White with #DDCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDDE; }
p { color: rgb(221,205,222); }
H1.HeaderClassName
{
color: #DDCDDE;
}
.AnyTagClassName
{
color: #DDCDDE;
}
</style>
background-color css
<style>
a { background-color: #DDCDDE; }
a { background-color: rgb(221,205,222); }
div.DivClassName
{
background-color: #DDCDDE;
}
.BgClassName
{
background-color: #DDCDDE;
}
</style>
border-color css
<style>
span { border-color: #DDCDDE; }
span { border-color: rgb(221,205,222); }
td.TdClassName
{
border-color: #DDCDDE;
}
.TagClassName
{
border-color: #DDCDDE;
}
</style>