Shades of Titan White #DCCEE3
Tints of Titan White #DCCEE3
RGB
CMYK
RGB Variations
Color information
#DCCEE3 (or 0xDCCEE3) is known color: Titan White. HEX triplet: DC, CE and E3. RGB value is (220,206,227). Sum of RGB (Red+Green+Blue) = 220+206+227=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEE3 is #23311C. Grayscale: #D4D4D4. Windows color (decimal): -2306333 or 14929628. OLE color: 14929628.
HSL color Cylindrical-coordinate representation of color #DCCEE3: hue angle of 280º degrees, saturation: 0.27, 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 #DCCEE3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 206 | 227 | - |
CMYK | 0.03 | 0.09 | 0 | 0.11 |
HSL | 280º | 0.27% | 0.85% | - |
HSV(B) | 280º | 0.09% | 0.89% | - |
XYZ | 65.45 | 64.9 | 81.75 | - |
YUV | 212.58 | 136.14 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 227 | 0.03 | 0.09 | 0 | 0.11 | 280 | 0.27 | 0.85 |
Hex | DC | CE | E3 | 3 | 9 | 0 | B | 118 | 1B | 55 |
Octal | 334 | 316 | 343 | 3 | 11 | 0 | 13 | 430 | 33 | 125 |
Binary | 11011100 | 11001110 | 11100011 | 11 | 1001 | 0 | 1011 | 100011000 | 11011 | 1010101 |
Color Harmonies of #DCCEE3
Complementary color
Monochromatic Colors of #DCCEE3
Black with #DCCEE3
Text Example
Text Example
White with #DCCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE3; }
p { color: rgb(220,206,227); }
H1.HeaderClassName
{
color: #DCCEE3;
}
.AnyTagClassName
{
color: #DCCEE3;
}
</style>
background-color css
<style>
a { background-color: #DCCEE3; }
a { background-color: rgb(220,206,227); }
div.DivClassName
{
background-color: #DCCEE3;
}
.BgClassName
{
background-color: #DCCEE3;
}
</style>
border-color css
<style>
span { border-color: #DCCEE3; }
span { border-color: rgb(220,206,227); }
td.TdClassName
{
border-color: #DCCEE3;
}
.TagClassName
{
border-color: #DCCEE3;
}
</style>