Shades of Titan White #D2CCD6
Tints of Titan White #D2CCD6
RGB
CMYK
RGB Variations
Color information
#D2CCD6 (or 0xD2CCD6) is known color: Titan White. HEX triplet: D2, CC and D6. RGB value is (210,204,214). Sum of RGB (Red+Green+Blue) = 210+204+214=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCD6 is #2D3329. Grayscale: #CECECE. Windows color (decimal): -2962218 or 14077138. OLE color: 14077138.
HSL color Cylindrical-coordinate representation of color #D2CCD6: hue angle of 276º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2CCD6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 204 | 214 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.16 |
| HSL | 276º | 0.11% | 0.82% | - |
| HSV(B) | 276º | 0.05% | 0.84% | - |
| XYZ | 60.31 | 61.74 | 72.36 | - |
| YUV | 206.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 214 | 0.02 | 0.05 | 0 | 0.16 | 276 | 0.11 | 0.82 |
| Hex | D2 | CC | D6 | 2 | 5 | 0 | 10 | 114 | B | 52 |
| Octal | 322 | 314 | 326 | 2 | 5 | 0 | 20 | 424 | 13 | 122 |
| Binary | 11010010 | 11001100 | 11010110 | 10 | 101 | 0 | 10000 | 100010100 | 1011 | 1010010 |
Color Harmonies of #D2CCD6
Complementary color
Monochromatic Colors of #D2CCD6
Black with #D2CCD6
Text Example
Text Example
White with #D2CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCD6; }
p { color: rgb(210,204,214); }
H1.HeaderClassName
{
color: #D2CCD6;
}
.AnyTagClassName
{
color: #D2CCD6;
}
</style>
background-color css
<style>
a { background-color: #D2CCD6; }
a { background-color: rgb(210,204,214); }
div.DivClassName
{
background-color: #D2CCD6;
}
.BgClassName
{
background-color: #D2CCD6;
}
</style>
border-color css
<style>
span { border-color: #D2CCD6; }
span { border-color: rgb(210,204,214); }
td.TdClassName
{
border-color: #D2CCD6;
}
.TagClassName
{
border-color: #D2CCD6;
}
</style>