Shades of Titan White #CFCCD1
Tints of Titan White #CFCCD1
RGB
CMYK
RGB Variations
Color information
#CFCCD1 (or 0xCFCCD1) is known color: Titan White. HEX triplet: CF, CC and D1. RGB value is (207,204,209). Sum of RGB (Red+Green+Blue) = 207+204+209=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCD1 is #30332E. Grayscale: #CDCDCD. Windows color (decimal): -3158831 or 13749455. OLE color: 13749455.
HSL color Cylindrical-coordinate representation of color #CFCCD1: hue angle of 276º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCCD1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 204 | 209 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.18 |
| HSL | 276º | 0.05% | 0.81% | - |
| HSV(B) | 276º | 0.02% | 0.82% | - |
| XYZ | 58.83 | 61.05 | 69.01 | - |
| YUV | 205.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 209 | 0.01 | 0.02 | 0 | 0.18 | 276 | 0.05 | 0.81 |
| Hex | CF | CC | D1 | 1 | 2 | 0 | 12 | 114 | 5 | 51 |
| Octal | 317 | 314 | 321 | 1 | 2 | 0 | 22 | 424 | 5 | 121 |
| Binary | 11001111 | 11001100 | 11010001 | 1 | 10 | 0 | 10010 | 100010100 | 101 | 1010001 |
Color Harmonies of #CFCCD1
Complementary color
Monochromatic Colors of #CFCCD1
Black with #CFCCD1
Text Example
Text Example
White with #CFCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCD1; }
p { color: rgb(207,204,209); }
H1.HeaderClassName
{
color: #CFCCD1;
}
.AnyTagClassName
{
color: #CFCCD1;
}
</style>
background-color css
<style>
a { background-color: #CFCCD1; }
a { background-color: rgb(207,204,209); }
div.DivClassName
{
background-color: #CFCCD1;
}
.BgClassName
{
background-color: #CFCCD1;
}
</style>
border-color css
<style>
span { border-color: #CFCCD1; }
span { border-color: rgb(207,204,209); }
td.TdClassName
{
border-color: #CFCCD1;
}
.TagClassName
{
border-color: #CFCCD1;
}
</style>