Shades of Snuff #DDCAE1
Tints of Snuff #DDCAE1
RGB
CMYK
RGB Variations
Color information
#DDCAE1 (or 0xDDCAE1) is known color: Snuff. HEX triplet: DD, CA and E1. RGB value is (221,202,225). Sum of RGB (Red+Green+Blue) = 221+202+225=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAE1 is #22351E. Grayscale: #D2D2D2. Windows color (decimal): -2241823 or 14797533. OLE color: 14797533.
HSL color Cylindrical-coordinate representation of color #DDCAE1: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCAE1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 202 | 225 | - |
CMYK | 0.02 | 0.10 | 0 | 0.12 |
HSL | 289.57º | 0.28% | 0.84% | - |
HSV(B) | 289.57º | 0.1% | 0.88% | - |
XYZ | 64.53 | 63.05 | 80 | - |
YUV | 210.3 | 136.29 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 225 | 0.02 | 0.10 | 0 | 0.12 | 289.57 | 0.28 | 0.84 |
Hex | DD | CA | E1 | 2 | A | 0 | C | 122 | 1C | 54 |
Octal | 335 | 312 | 341 | 2 | 12 | 0 | 14 | 442 | 34 | 124 |
Binary | 11011101 | 11001010 | 11100001 | 10 | 1010 | 0 | 1100 | 100100010 | 11100 | 1010100 |
Color Harmonies of #DDCAE1
Complementary color
Monochromatic Colors of #DDCAE1
Black with #DDCAE1
Text Example
Text Example
White with #DDCAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAE1; }
p { color: rgb(221,202,225); }
H1.HeaderClassName
{
color: #DDCAE1;
}
.AnyTagClassName
{
color: #DDCAE1;
}
</style>
background-color css
<style>
a { background-color: #DDCAE1; }
a { background-color: rgb(221,202,225); }
div.DivClassName
{
background-color: #DDCAE1;
}
.BgClassName
{
background-color: #DDCAE1;
}
</style>
border-color css
<style>
span { border-color: #DDCAE1; }
span { border-color: rgb(221,202,225); }
td.TdClassName
{
border-color: #DDCAE1;
}
.TagClassName
{
border-color: #DDCAE1;
}
</style>