Shades of Titan White #DCCEE5
Tints of Titan White #DCCEE5
RGB
CMYK
RGB Variations
Color information
#DCCEE5 (or 0xDCCEE5) is known color: Titan White. HEX triplet: DC, CE and E5. RGB value is (220,206,229). Sum of RGB (Red+Green+Blue) = 220+206+229=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEE5 is #23311A. Grayscale: #D4D4D4. Windows color (decimal): -2306331 or 15060700. OLE color: 15060700.
HSL color Cylindrical-coordinate representation of color #DCCEE5: hue angle of 276.52º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCEE5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 206 | 229 | - |
CMYK | 0.04 | 0.10 | 0 | 0.10 |
HSL | 276.52º | 0.31% | 0.85% | - |
HSV(B) | 276.52º | 0.1% | 0.9% | - |
XYZ | 65.73 | 65.02 | 83.21 | - |
YUV | 212.81 | 137.14 | 133.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 229 | 0.04 | 0.10 | 0 | 0.10 | 276.52 | 0.31 | 0.85 |
Hex | DC | CE | E5 | 4 | A | 0 | A | 115 | 1F | 55 |
Octal | 334 | 316 | 345 | 4 | 12 | 0 | 12 | 425 | 37 | 125 |
Binary | 11011100 | 11001110 | 11100101 | 100 | 1010 | 0 | 1010 | 100010101 | 11111 | 1010101 |
Color Harmonies of #DCCEE5
Complementary color
Monochromatic Colors of #DCCEE5
Black with #DCCEE5
Text Example
Text Example
White with #DCCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE5; }
p { color: rgb(220,206,229); }
H1.HeaderClassName
{
color: #DCCEE5;
}
.AnyTagClassName
{
color: #DCCEE5;
}
</style>
background-color css
<style>
a { background-color: #DCCEE5; }
a { background-color: rgb(220,206,229); }
div.DivClassName
{
background-color: #DCCEE5;
}
.BgClassName
{
background-color: #DCCEE5;
}
</style>
border-color css
<style>
span { border-color: #DCCEE5; }
span { border-color: rgb(220,206,229); }
td.TdClassName
{
border-color: #DCCEE5;
}
.TagClassName
{
border-color: #DCCEE5;
}
</style>