Shades of Fog #CFCCD4
Tints of Fog #CFCCD4
RGB
CMYK
RGB Variations
Color information
#CFCCD4 (or 0xCFCCD4) is known color: Fog. HEX triplet: CF, CC and D4. RGB value is (207,204,212). Sum of RGB (Red+Green+Blue) = 207+204+212=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCD4 is #30332B. Grayscale: #CDCDCD. Windows color (decimal): -3158828 or 13946063. OLE color: 13946063.
HSL color Cylindrical-coordinate representation of color #CFCCD4: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCCD4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 204 | 212 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.17 |
| HSL | 262.5º | 0.09% | 0.82% | - |
| HSV(B) | 262.5º | 0.04% | 0.83% | - |
| XYZ | 59.21 | 61.2 | 70.98 | - |
| YUV | 205.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 212 | 0.02 | 0.04 | 0 | 0.17 | 262.5 | 0.09 | 0.82 |
| Hex | CF | CC | D4 | 2 | 4 | 0 | 11 | 106 | 9 | 52 |
| Octal | 317 | 314 | 324 | 2 | 4 | 0 | 21 | 406 | 11 | 122 |
| Binary | 11001111 | 11001100 | 11010100 | 10 | 100 | 0 | 10001 | 100000110 | 1001 | 1010010 |
Color Harmonies of #CFCCD4
Complementary color
Monochromatic Colors of #CFCCD4
Black with #CFCCD4
Text Example
Text Example
White with #CFCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCD4; }
p { color: rgb(207,204,212); }
H1.HeaderClassName
{
color: #CFCCD4;
}
.AnyTagClassName
{
color: #CFCCD4;
}
</style>
background-color css
<style>
a { background-color: #CFCCD4; }
a { background-color: rgb(207,204,212); }
div.DivClassName
{
background-color: #CFCCD4;
}
.BgClassName
{
background-color: #CFCCD4;
}
</style>
border-color css
<style>
span { border-color: #CFCCD4; }
span { border-color: rgb(207,204,212); }
td.TdClassName
{
border-color: #CFCCD4;
}
.TagClassName
{
border-color: #CFCCD4;
}
</style>