Shades of Titan White #DCC5E8
Tints of Titan White #DCC5E8
RGB
CMYK
RGB Variations
Color information
#DCC5E8 (or 0xDCC5E8) is known color: Titan White. HEX triplet: DC, C5 and E8. RGB value is (220,197,232). Sum of RGB (Red+Green+Blue) = 220+197+232=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5E8 is #233A17. Grayscale: #CFCFCF. Windows color (decimal): -2308632 or 15255004. OLE color: 15255004.
HSL color Cylindrical-coordinate representation of color #DCC5E8: hue angle of 279.43º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC5E8 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 197 | 232 | - |
CMYK | 0.05 | 0.15 | 0 | 0.09 |
HSL | 279.43º | 0.43% | 0.84% | - |
HSV(B) | 279.43º | 0.15% | 0.91% | - |
XYZ | 64.05 | 60.97 | 84.74 | - |
YUV | 207.87 | 141.62 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 197 | 232 | 0.05 | 0.15 | 0 | 0.09 | 279.43 | 0.43 | 0.84 |
Hex | DC | C5 | E8 | 5 | F | 0 | 9 | 117 | 2B | 54 |
Octal | 334 | 305 | 350 | 5 | 17 | 0 | 11 | 427 | 53 | 124 |
Binary | 11011100 | 11000101 | 11101000 | 101 | 1111 | 0 | 1001 | 100010111 | 101011 | 1010100 |
Color Harmonies of #DCC5E8
Complementary color
Monochromatic Colors of #DCC5E8
Black with #DCC5E8
Text Example
Text Example
White with #DCC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5E8; }
p { color: rgb(220,197,232); }
H1.HeaderClassName
{
color: #DCC5E8;
}
.AnyTagClassName
{
color: #DCC5E8;
}
</style>
background-color css
<style>
a { background-color: #DCC5E8; }
a { background-color: rgb(220,197,232); }
div.DivClassName
{
background-color: #DCC5E8;
}
.BgClassName
{
background-color: #DCC5E8;
}
</style>
border-color css
<style>
span { border-color: #DCC5E8; }
span { border-color: rgb(220,197,232); }
td.TdClassName
{
border-color: #DCC5E8;
}
.TagClassName
{
border-color: #DCC5E8;
}
</style>