Shades of Titan White #DCCFE3
Tints of Titan White #DCCFE3
RGB
CMYK
RGB Variations
Color information
#DCCFE3 (or 0xDCCFE3) is known color: Titan White. HEX triplet: DC, CF and E3. RGB value is (220,207,227). Sum of RGB (Red+Green+Blue) = 220+207+227=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCCFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFE3 is #23301C. Grayscale: #D5D5D5. Windows color (decimal): -2306077 or 14929884. OLE color: 14929884.
HSL color Cylindrical-coordinate representation of color #DCCFE3: hue angle of 279º 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 #DCCFE3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 207 | 227 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.11 |
| HSL | 279º | 0.26% | 0.85% | - |
| HSV(B) | 279º | 0.09% | 0.89% | - |
| XYZ | 65.69 | 65.39 | 81.83 | - |
| YUV | 213.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 227 | 0.03 | 0.09 | 0 | 0.11 | 279 | 0.26 | 0.85 |
| Hex | DC | CF | E3 | 3 | 9 | 0 | B | 117 | 1A | 55 |
| Octal | 334 | 317 | 343 | 3 | 11 | 0 | 13 | 427 | 32 | 125 |
| Binary | 11011100 | 11001111 | 11100011 | 11 | 1001 | 0 | 1011 | 100010111 | 11010 | 1010101 |
Color Harmonies of #DCCFE3
Complementary color
Monochromatic Colors of #DCCFE3
Black with #DCCFE3
Text Example
Text Example
White with #DCCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFE3; }
p { color: rgb(220,207,227); }
H1.HeaderClassName
{
color: #DCCFE3;
}
.AnyTagClassName
{
color: #DCCFE3;
}
</style>
background-color css
<style>
a { background-color: #DCCFE3; }
a { background-color: rgb(220,207,227); }
div.DivClassName
{
background-color: #DCCFE3;
}
.BgClassName
{
background-color: #DCCFE3;
}
</style>
border-color css
<style>
span { border-color: #DCCFE3; }
span { border-color: rgb(220,207,227); }
td.TdClassName
{
border-color: #DCCFE3;
}
.TagClassName
{
border-color: #DCCFE3;
}
</style>