Shades of Titan White #D0CED2
Tints of Titan White #D0CED2
RGB
CMYK
RGB Variations
Color information
#D0CED2 (or 0xD0CED2) is known color: Titan White. HEX triplet: D0, CE and D2. RGB value is (208,206,210). Sum of RGB (Red+Green+Blue) = 208+206+210=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CED2 is #2F312D. Grayscale: #CFCFCF. Windows color (decimal): -3092782 or 13815504. OLE color: 13815504.
HSL color Cylindrical-coordinate representation of color #D0CED2: hue angle of 270º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CED2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 206 | 210 | - |
CMYK | 0.01 | 0.02 | 0 | 0.18 |
HSL | 270º | 0.04% | 0.82% | - |
HSV(B) | 270º | 0.02% | 0.82% | - |
XYZ | 59.72 | 62.21 | 69.83 | - |
YUV | 207.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 206 | 210 | 0.01 | 0.02 | 0 | 0.18 | 270 | 0.04 | 0.82 |
Hex | D0 | CE | D2 | 1 | 2 | 0 | 12 | 10E | 4 | 52 |
Octal | 320 | 316 | 322 | 1 | 2 | 0 | 22 | 416 | 4 | 122 |
Binary | 11010000 | 11001110 | 11010010 | 1 | 10 | 0 | 10010 | 100001110 | 100 | 1010010 |
Color Harmonies of #D0CED2
Complementary color
Monochromatic Colors of #D0CED2
Black with #D0CED2
Text Example
Text Example
White with #D0CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CED2; }
p { color: rgb(208,206,210); }
H1.HeaderClassName
{
color: #D0CED2;
}
.AnyTagClassName
{
color: #D0CED2;
}
</style>
background-color css
<style>
a { background-color: #D0CED2; }
a { background-color: rgb(208,206,210); }
div.DivClassName
{
background-color: #D0CED2;
}
.BgClassName
{
background-color: #D0CED2;
}
</style>
border-color css
<style>
span { border-color: #D0CED2; }
span { border-color: rgb(208,206,210); }
td.TdClassName
{
border-color: #D0CED2;
}
.TagClassName
{
border-color: #D0CED2;
}
</style>