Shades of Titan White #DDCFE1
Tints of Titan White #DDCFE1
RGB
CMYK
RGB Variations
Color information
#DDCFE1 (or 0xDDCFE1) is known color: Titan White. HEX triplet: DD, CF and E1. RGB value is (221,207,225). Sum of RGB (Red+Green+Blue) = 221+207+225=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE1 is #22301E. Grayscale: #D5D5D5. Windows color (decimal): -2240543 or 14798813. OLE color: 14798813.
HSL color Cylindrical-coordinate representation of color #DDCFE1: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCFE1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 207 | 225 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 286.67º | 0.23% | 0.85% | - |
| HSV(B) | 286.67º | 0.08% | 0.88% | - |
| XYZ | 65.72 | 65.43 | 80.4 | - |
| YUV | 213.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 225 | 0.02 | 0.08 | 0 | 0.12 | 286.67 | 0.23 | 0.85 |
| Hex | DD | CF | E1 | 2 | 8 | 0 | C | 11F | 17 | 55 |
| Octal | 335 | 317 | 341 | 2 | 10 | 0 | 14 | 437 | 27 | 125 |
| Binary | 11011101 | 11001111 | 11100001 | 10 | 1000 | 0 | 1100 | 100011111 | 10111 | 1010101 |
Color Harmonies of #DDCFE1
Complementary color
Monochromatic Colors of #DDCFE1
Black with #DDCFE1
Text Example
Text Example
White with #DDCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFE1; }
p { color: rgb(221,207,225); }
H1.HeaderClassName
{
color: #DDCFE1;
}
.AnyTagClassName
{
color: #DDCFE1;
}
</style>
background-color css
<style>
a { background-color: #DDCFE1; }
a { background-color: rgb(221,207,225); }
div.DivClassName
{
background-color: #DDCFE1;
}
.BgClassName
{
background-color: #DDCFE1;
}
</style>
border-color css
<style>
span { border-color: #DDCFE1; }
span { border-color: rgb(221,207,225); }
td.TdClassName
{
border-color: #DDCFE1;
}
.TagClassName
{
border-color: #DDCFE1;
}
</style>