Shades of Titan White #D2CFD3
Tints of Titan White #D2CFD3
RGB
CMYK
RGB Variations
Color information
#D2CFD3 (or 0xD2CFD3) is known color: Titan White. HEX triplet: D2, CF and D3. RGB value is (210,207,211). Sum of RGB (Red+Green+Blue) = 210+207+211=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFD3 is #2D302C. Grayscale: #D0D0D0. Windows color (decimal): -2961453 or 13881298. OLE color: 13881298.
HSL color Cylindrical-coordinate representation of color #D2CFD3: hue angle of 285º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2CFD3 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 207 | 211 | - |
| CMYK | 0.00 | 0.02 | 0 | 0.17 |
| HSL | 285º | 0.04% | 0.82% | - |
| HSV(B) | 285º | 0.02% | 0.83% | - |
| XYZ | 60.65 | 63.03 | 70.6 | - |
| YUV | 208.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 211 | 0.00 | 0.02 | 0 | 0.17 | 285 | 0.04 | 0.82 |
| Hex | D2 | CF | D3 | 0 | 2 | 0 | 11 | 11D | 4 | 52 |
| Octal | 322 | 317 | 323 | 0 | 2 | 0 | 21 | 435 | 4 | 122 |
| Binary | 11010010 | 11001111 | 11010011 | 0 | 10 | 0 | 10001 | 100011101 | 100 | 1010010 |
Color Harmonies of #D2CFD3
Complementary color
Monochromatic Colors of #D2CFD3
Black with #D2CFD3
Text Example
Text Example
White with #D2CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFD3; }
p { color: rgb(210,207,211); }
H1.HeaderClassName
{
color: #D2CFD3;
}
.AnyTagClassName
{
color: #D2CFD3;
}
</style>
background-color css
<style>
a { background-color: #D2CFD3; }
a { background-color: rgb(210,207,211); }
div.DivClassName
{
background-color: #D2CFD3;
}
.BgClassName
{
background-color: #D2CFD3;
}
</style>
border-color css
<style>
span { border-color: #D2CFD3; }
span { border-color: rgb(210,207,211); }
td.TdClassName
{
border-color: #D2CFD3;
}
.TagClassName
{
border-color: #D2CFD3;
}
</style>