Shades of Titan White #DDCEE2
Tints of Titan White #DDCEE2
RGB
CMYK
RGB Variations
Color information
#DDCEE2 (or 0xDDCEE2) is known color: Titan White. HEX triplet: DD, CE and E2. RGB value is (221,206,226). Sum of RGB (Red+Green+Blue) = 221+206+226=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE2 is #22311D. Grayscale: #D4D4D4. Windows color (decimal): -2240798 or 14864093. OLE color: 14864093.
HSL color Cylindrical-coordinate representation of color #DDCEE2: hue angle of 285º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCEE2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 206 | 226 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.11 |
| HSL | 285º | 0.26% | 0.85% | - |
| HSV(B) | 285º | 0.09% | 0.89% | - |
| XYZ | 65.62 | 65.01 | 81.04 | - |
| YUV | 212.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 226 | 0.02 | 0.09 | 0 | 0.11 | 285 | 0.26 | 0.85 |
| Hex | DD | CE | E2 | 2 | 9 | 0 | B | 11D | 1A | 55 |
| Octal | 335 | 316 | 342 | 2 | 11 | 0 | 13 | 435 | 32 | 125 |
| Binary | 11011101 | 11001110 | 11100010 | 10 | 1001 | 0 | 1011 | 100011101 | 11010 | 1010101 |
Color Harmonies of #DDCEE2
Complementary color
Monochromatic Colors of #DDCEE2
Black with #DDCEE2
Text Example
Text Example
White with #DDCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEE2; }
p { color: rgb(221,206,226); }
H1.HeaderClassName
{
color: #DDCEE2;
}
.AnyTagClassName
{
color: #DDCEE2;
}
</style>
background-color css
<style>
a { background-color: #DDCEE2; }
a { background-color: rgb(221,206,226); }
div.DivClassName
{
background-color: #DDCEE2;
}
.BgClassName
{
background-color: #DDCEE2;
}
</style>
border-color css
<style>
span { border-color: #DDCEE2; }
span { border-color: rgb(221,206,226); }
td.TdClassName
{
border-color: #DDCEE2;
}
.TagClassName
{
border-color: #DDCEE2;
}
</style>