Shades of Titan White #DCCEE2
Tints of Titan White #DCCEE2
RGB
CMYK
RGB Variations
Color information
#DCCEE2 (or 0xDCCEE2) is known color: Titan White. HEX triplet: DC, CE and E2. RGB value is (220,206,226). Sum of RGB (Red+Green+Blue) = 220+206+226=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEE2 is #23311D. Grayscale: #D4D4D4. Windows color (decimal): -2306334 or 14864092. OLE color: 14864092.
HSL color Cylindrical-coordinate representation of color #DCCEE2: hue angle of 282º degrees, saturation: 0.26, 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 #DCCEE2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 206 | 226 | - |
CMYK | 0.03 | 0.09 | 0 | 0.11 |
HSL | 282º | 0.26% | 0.85% | - |
HSV(B) | 282º | 0.09% | 0.89% | - |
XYZ | 65.31 | 64.85 | 81.03 | - |
YUV | 212.47 | 135.64 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 226 | 0.03 | 0.09 | 0 | 0.11 | 282 | 0.26 | 0.85 |
Hex | DC | CE | E2 | 3 | 9 | 0 | B | 11A | 1A | 55 |
Octal | 334 | 316 | 342 | 3 | 11 | 0 | 13 | 432 | 32 | 125 |
Binary | 11011100 | 11001110 | 11100010 | 11 | 1001 | 0 | 1011 | 100011010 | 11010 | 1010101 |
Color Harmonies of #DCCEE2
Complementary color
Monochromatic Colors of #DCCEE2
Black with #DCCEE2
Text Example
Text Example
White with #DCCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE2; }
p { color: rgb(220,206,226); }
H1.HeaderClassName
{
color: #DCCEE2;
}
.AnyTagClassName
{
color: #DCCEE2;
}
</style>
background-color css
<style>
a { background-color: #DCCEE2; }
a { background-color: rgb(220,206,226); }
div.DivClassName
{
background-color: #DCCEE2;
}
.BgClassName
{
background-color: #DCCEE2;
}
</style>
border-color css
<style>
span { border-color: #DCCEE2; }
span { border-color: rgb(220,206,226); }
td.TdClassName
{
border-color: #DCCEE2;
}
.TagClassName
{
border-color: #DCCEE2;
}
</style>