Shades of Titan White #DCCFE4
Tints of Titan White #DCCFE4
RGB
CMYK
RGB Variations
Color information
#DCCFE4 (or 0xDCCFE4) is known color: Titan White. HEX triplet: DC, CF and E4. RGB value is (220,207,228). Sum of RGB (Red+Green+Blue) = 220+207+228=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFE4 is #23301B. Grayscale: #D5D5D5. Windows color (decimal): -2306076 or 14995420. OLE color: 14995420.
HSL color Cylindrical-coordinate representation of color #DCCFE4: hue angle of 277.14º 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 #DCCFE4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 207 | 228 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.11 |
| HSL | 277.14º | 0.28% | 0.85% | - |
| HSV(B) | 277.14º | 0.09% | 0.89% | - |
| XYZ | 65.83 | 65.44 | 82.56 | - |
| YUV | 213.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 228 | 0.04 | 0.09 | 0 | 0.11 | 277.14 | 0.28 | 0.85 |
| Hex | DC | CF | E4 | 4 | 9 | 0 | B | 115 | 1C | 55 |
| Octal | 334 | 317 | 344 | 4 | 11 | 0 | 13 | 425 | 34 | 125 |
| Binary | 11011100 | 11001111 | 11100100 | 100 | 1001 | 0 | 1011 | 100010101 | 11100 | 1010101 |
Color Harmonies of #DCCFE4
Complementary color
Monochromatic Colors of #DCCFE4
Black with #DCCFE4
Text Example
Text Example
White with #DCCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFE4; }
p { color: rgb(220,207,228); }
H1.HeaderClassName
{
color: #DCCFE4;
}
.AnyTagClassName
{
color: #DCCFE4;
}
</style>
background-color css
<style>
a { background-color: #DCCFE4; }
a { background-color: rgb(220,207,228); }
div.DivClassName
{
background-color: #DCCFE4;
}
.BgClassName
{
background-color: #DCCFE4;
}
</style>
border-color css
<style>
span { border-color: #DCCFE4; }
span { border-color: rgb(220,207,228); }
td.TdClassName
{
border-color: #DCCFE4;
}
.TagClassName
{
border-color: #DCCFE4;
}
</style>