Shades of Titan White #DCCCE4
Tints of Titan White #DCCCE4
RGB
CMYK
RGB Variations
Color information
#DCCCE4 (or 0xDCCCE4) is known color: Titan White. HEX triplet: DC, CC and E4. RGB value is (220,204,228). Sum of RGB (Red+Green+Blue) = 220+204+228=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCCCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCE4 is #23331B. Grayscale: #D3D3D3. Windows color (decimal): -2306844 or 14994652. OLE color: 14994652.
HSL color Cylindrical-coordinate representation of color #DCCCE4: hue angle of 280º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCCE4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 204 | 228 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 280º | 0.31% | 0.85% | - |
| HSV(B) | 280º | 0.11% | 0.89% | - |
| XYZ | 65.11 | 64 | 82.32 | - |
| YUV | 211.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 228 | 0.04 | 0.11 | 0 | 0.11 | 280 | 0.31 | 0.85 |
| Hex | DC | CC | E4 | 4 | B | 0 | B | 118 | 1F | 55 |
| Octal | 334 | 314 | 344 | 4 | 13 | 0 | 13 | 430 | 37 | 125 |
| Binary | 11011100 | 11001100 | 11100100 | 100 | 1011 | 0 | 1011 | 100011000 | 11111 | 1010101 |
Color Harmonies of #DCCCE4
Complementary color
Monochromatic Colors of #DCCCE4
Black with #DCCCE4
Text Example
Text Example
White with #DCCCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCE4; }
p { color: rgb(220,204,228); }
H1.HeaderClassName
{
color: #DCCCE4;
}
.AnyTagClassName
{
color: #DCCCE4;
}
</style>
background-color css
<style>
a { background-color: #DCCCE4; }
a { background-color: rgb(220,204,228); }
div.DivClassName
{
background-color: #DCCCE4;
}
.BgClassName
{
background-color: #DCCCE4;
}
</style>
border-color css
<style>
span { border-color: #DCCCE4; }
span { border-color: rgb(220,204,228); }
td.TdClassName
{
border-color: #DCCCE4;
}
.TagClassName
{
border-color: #DCCCE4;
}
</style>