Shades of Titan White #DCCEE8
Tints of Titan White #DCCEE8
RGB
CMYK
RGB Variations
Color information
#DCCEE8 (or 0xDCCEE8) is known color: Titan White. HEX triplet: DC, CE and E8. RGB value is (220,206,232). Sum of RGB (Red+Green+Blue) = 220+206+232=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEE8 is #233117. Grayscale: #D5D5D5. Windows color (decimal): -2306328 or 15257308. OLE color: 15257308.
HSL color Cylindrical-coordinate representation of color #DCCEE8: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCEE8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 206 | 232 | - |
CMYK | 0.05 | 0.11 | 0 | 0.09 |
HSL | 272.31º | 0.36% | 0.86% | - |
HSV(B) | 272.31º | 0.11% | 0.91% | - |
XYZ | 66.15 | 65.18 | 85.44 | - |
YUV | 213.15 | 138.64 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 232 | 0.05 | 0.11 | 0 | 0.09 | 272.31 | 0.36 | 0.86 |
Hex | DC | CE | E8 | 5 | B | 0 | 9 | 110 | 24 | 56 |
Octal | 334 | 316 | 350 | 5 | 13 | 0 | 11 | 420 | 44 | 126 |
Binary | 11011100 | 11001110 | 11101000 | 101 | 1011 | 0 | 1001 | 100010000 | 100100 | 1010110 |
Color Harmonies of #DCCEE8
Complementary color
Monochromatic Colors of #DCCEE8
Black with #DCCEE8
Text Example
Text Example
White with #DCCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE8; }
p { color: rgb(220,206,232); }
H1.HeaderClassName
{
color: #DCCEE8;
}
.AnyTagClassName
{
color: #DCCEE8;
}
</style>
background-color css
<style>
a { background-color: #DCCEE8; }
a { background-color: rgb(220,206,232); }
div.DivClassName
{
background-color: #DCCEE8;
}
.BgClassName
{
background-color: #DCCEE8;
}
</style>
border-color css
<style>
span { border-color: #DCCEE8; }
span { border-color: rgb(220,206,232); }
td.TdClassName
{
border-color: #DCCEE8;
}
.TagClassName
{
border-color: #DCCEE8;
}
</style>