Shades of Titan White #D0CCD3
Tints of Titan White #D0CCD3
RGB
CMYK
RGB Variations
Color information
#D0CCD3 (or 0xD0CCD3) is known color: Titan White. HEX triplet: D0, CC and D3. RGB value is (208,204,211). Sum of RGB (Red+Green+Blue) = 208+204+211=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD3 is #2F332C. Grayscale: #CDCDCD. Windows color (decimal): -3093293 or 13880528. OLE color: 13880528.
HSL color Cylindrical-coordinate representation of color #D0CCD3: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CCD3 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 204 | 211 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.17 |
| HSL | 274.29º | 0.07% | 0.81% | - |
| HSV(B) | 274.29º | 0.03% | 0.83% | - |
| XYZ | 59.36 | 61.3 | 70.33 | - |
| YUV | 205.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 211 | 0.01 | 0.03 | 0 | 0.17 | 274.29 | 0.07 | 0.81 |
| Hex | D0 | CC | D3 | 1 | 3 | 0 | 11 | 112 | 7 | 51 |
| Octal | 320 | 314 | 323 | 1 | 3 | 0 | 21 | 422 | 7 | 121 |
| Binary | 11010000 | 11001100 | 11010011 | 1 | 11 | 0 | 10001 | 100010010 | 111 | 1010001 |
Color Harmonies of #D0CCD3
Complementary color
Monochromatic Colors of #D0CCD3
Black with #D0CCD3
Text Example
Text Example
White with #D0CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD3; }
p { color: rgb(208,204,211); }
H1.HeaderClassName
{
color: #D0CCD3;
}
.AnyTagClassName
{
color: #D0CCD3;
}
</style>
background-color css
<style>
a { background-color: #D0CCD3; }
a { background-color: rgb(208,204,211); }
div.DivClassName
{
background-color: #D0CCD3;
}
.BgClassName
{
background-color: #D0CCD3;
}
</style>
border-color css
<style>
span { border-color: #D0CCD3; }
span { border-color: rgb(208,204,211); }
td.TdClassName
{
border-color: #D0CCD3;
}
.TagClassName
{
border-color: #D0CCD3;
}
</style>