Shades of Titan White #DDCFE4
Tints of Titan White #DDCFE4
RGB
CMYK
RGB Variations
Color information
#DDCFE4 (or 0xDDCFE4) is known color: Titan White. HEX triplet: DD, CF and E4. RGB value is (221,207,228). Sum of RGB (Red+Green+Blue) = 221+207+228=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE4 is #22301B. Grayscale: #D5D5D5. Windows color (decimal): -2240540 or 14995421. OLE color: 14995421.
HSL color Cylindrical-coordinate representation of color #DDCFE4: hue angle of 280º degrees, saturation: 0.28, 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 #DDCFE4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 207 | 228 | - |
CMYK | 0.03 | 0.09 | 0 | 0.11 |
HSL | 280º | 0.28% | 0.85% | - |
HSV(B) | 280º | 0.09% | 0.89% | - |
XYZ | 66.14 | 65.6 | 82.58 | - |
YUV | 213.58 | 136.14 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 228 | 0.03 | 0.09 | 0 | 0.11 | 280 | 0.28 | 0.85 |
Hex | DD | CF | E4 | 3 | 9 | 0 | B | 118 | 1C | 55 |
Octal | 335 | 317 | 344 | 3 | 11 | 0 | 13 | 430 | 34 | 125 |
Binary | 11011101 | 11001111 | 11100100 | 11 | 1001 | 0 | 1011 | 100011000 | 11100 | 1010101 |
Color Harmonies of #DDCFE4
Complementary color
Monochromatic Colors of #DDCFE4
Black with #DDCFE4
Text Example
Text Example
White with #DDCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFE4; }
p { color: rgb(221,207,228); }
H1.HeaderClassName
{
color: #DDCFE4;
}
.AnyTagClassName
{
color: #DDCFE4;
}
</style>
background-color css
<style>
a { background-color: #DDCFE4; }
a { background-color: rgb(221,207,228); }
div.DivClassName
{
background-color: #DDCFE4;
}
.BgClassName
{
background-color: #DDCFE4;
}
</style>
border-color css
<style>
span { border-color: #DDCFE4; }
span { border-color: rgb(221,207,228); }
td.TdClassName
{
border-color: #DDCFE4;
}
.TagClassName
{
border-color: #DDCFE4;
}
</style>