Shades of Titan White #D2CFD4
Tints of Titan White #D2CFD4
RGB
CMYK
RGB Variations
Color information
#D2CFD4 (or 0xD2CFD4) is known color: Titan White. HEX triplet: D2, CF and D4. RGB value is (210,207,212). Sum of RGB (Red+Green+Blue) = 210+207+212=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFD4 is #2D302B. Grayscale: #D0D0D0. Windows color (decimal): -2961452 or 13946834. OLE color: 13946834.
HSL color Cylindrical-coordinate representation of color #D2CFD4: hue angle of 276º degrees, saturation: 0.05, 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 #D2CFD4 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 210 | 207 | 212 | - |
CMYK | 0.01 | 0.02 | 0 | 0.17 |
HSL | 276º | 0.05% | 0.82% | - |
HSV(B) | 276º | 0.02% | 0.83% | - |
XYZ | 60.77 | 63.08 | 71.26 | - |
YUV | 208.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 207 | 212 | 0.01 | 0.02 | 0 | 0.17 | 276 | 0.05 | 0.82 |
Hex | D2 | CF | D4 | 1 | 2 | 0 | 11 | 114 | 5 | 52 |
Octal | 322 | 317 | 324 | 1 | 2 | 0 | 21 | 424 | 5 | 122 |
Binary | 11010010 | 11001111 | 11010100 | 1 | 10 | 0 | 10001 | 100010100 | 101 | 1010010 |
Color Harmonies of #D2CFD4
Complementary color
Monochromatic Colors of #D2CFD4
Black with #D2CFD4
Text Example
Text Example
White with #D2CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFD4; }
p { color: rgb(210,207,212); }
H1.HeaderClassName
{
color: #D2CFD4;
}
.AnyTagClassName
{
color: #D2CFD4;
}
</style>
background-color css
<style>
a { background-color: #D2CFD4; }
a { background-color: rgb(210,207,212); }
div.DivClassName
{
background-color: #D2CFD4;
}
.BgClassName
{
background-color: #D2CFD4;
}
</style>
border-color css
<style>
span { border-color: #D2CFD4; }
span { border-color: rgb(210,207,212); }
td.TdClassName
{
border-color: #D2CFD4;
}
.TagClassName
{
border-color: #D2CFD4;
}
</style>