Shades of Titan White #DCCAE7
Tints of Titan White #DCCAE7
RGB
CMYK
RGB Variations
Color information
#DCCAE7 (or 0xDCCAE7) is known color: Titan White. HEX triplet: DC, CA and E7. RGB value is (220,202,231). Sum of RGB (Red+Green+Blue) = 220+202+231=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCCAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE7 is #233518. Grayscale: #D2D2D2. Windows color (decimal): -2307353 or 15190748. OLE color: 15190748.
HSL color Cylindrical-coordinate representation of color #DCCAE7: hue angle of 277.24º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCAE7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 202 | 231 | - |
CMYK | 0.05 | 0.13 | 0 | 0.09 |
HSL | 277.24º | 0.38% | 0.85% | - |
HSV(B) | 277.24º | 0.13% | 0.91% | - |
XYZ | 65.06 | 63.23 | 84.38 | - |
YUV | 210.69 | 139.46 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 231 | 0.05 | 0.13 | 0 | 0.09 | 277.24 | 0.38 | 0.85 |
Hex | DC | CA | E7 | 5 | D | 0 | 9 | 115 | 26 | 55 |
Octal | 334 | 312 | 347 | 5 | 15 | 0 | 11 | 425 | 46 | 125 |
Binary | 11011100 | 11001010 | 11100111 | 101 | 1101 | 0 | 1001 | 100010101 | 100110 | 1010101 |
Color Harmonies of #DCCAE7
Complementary color
Monochromatic Colors of #DCCAE7
Black with #DCCAE7
Text Example
Text Example
White with #DCCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAE7; }
p { color: rgb(220,202,231); }
H1.HeaderClassName
{
color: #DCCAE7;
}
.AnyTagClassName
{
color: #DCCAE7;
}
</style>
background-color css
<style>
a { background-color: #DCCAE7; }
a { background-color: rgb(220,202,231); }
div.DivClassName
{
background-color: #DCCAE7;
}
.BgClassName
{
background-color: #DCCAE7;
}
</style>
border-color css
<style>
span { border-color: #DCCAE7; }
span { border-color: rgb(220,202,231); }
td.TdClassName
{
border-color: #DCCAE7;
}
.TagClassName
{
border-color: #DCCAE7;
}
</style>