Shades of Titan White #D0CCD2
Tints of Titan White #D0CCD2
RGB
CMYK
RGB Variations
Color information
#D0CCD2 (or 0xD0CCD2) is known color: Titan White. HEX triplet: D0, CC and D2. RGB value is (208,204,210). Sum of RGB (Red+Green+Blue) = 208+204+210=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD2 is #2F332D. Grayscale: #CDCDCD. Windows color (decimal): -3093294 or 13814992. OLE color: 13814992.
HSL color Cylindrical-coordinate representation of color #D0CCD2: hue angle of 280º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CCD2 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 210 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.18 |
| HSL | 280º | 0.06% | 0.81% | - |
| HSV(B) | 280º | 0.03% | 0.82% | - |
| XYZ | 59.24 | 61.25 | 69.67 | - |
| YUV | 205.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 210 | 0.01 | 0.03 | 0 | 0.18 | 280 | 0.06 | 0.81 |
| Hex | D0 | CC | D2 | 1 | 3 | 0 | 12 | 118 | 6 | 51 |
| Octal | 320 | 314 | 322 | 1 | 3 | 0 | 22 | 430 | 6 | 121 |
| Binary | 11010000 | 11001100 | 11010010 | 1 | 11 | 0 | 10010 | 100011000 | 110 | 1010001 |
Color Harmonies of #D0CCD2
Complementary color
Monochromatic Colors of #D0CCD2
Black with #D0CCD2
Text Example
Text Example
White with #D0CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD2; }
p { color: rgb(208,204,210); }
H1.HeaderClassName
{
color: #D0CCD2;
}
.AnyTagClassName
{
color: #D0CCD2;
}
</style>
background-color css
<style>
a { background-color: #D0CCD2; }
a { background-color: rgb(208,204,210); }
div.DivClassName
{
background-color: #D0CCD2;
}
.BgClassName
{
background-color: #D0CCD2;
}
</style>
border-color css
<style>
span { border-color: #D0CCD2; }
span { border-color: rgb(208,204,210); }
td.TdClassName
{
border-color: #D0CCD2;
}
.TagClassName
{
border-color: #D0CCD2;
}
</style>