Shades of Fog #CFCAE1
Tints of Fog #CFCAE1
RGB
CMYK
RGB Variations
Color information
#CFCAE1 (or 0xCFCAE1) is known color: Fog. HEX triplet: CF, CA and E1. RGB value is (207,202,225). Sum of RGB (Red+Green+Blue) = 207+202+225=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAE1 is #30351E. Grayscale: #CECECE. Windows color (decimal): -3159327 or 14797519. OLE color: 14797519.
HSL color Cylindrical-coordinate representation of color #CFCAE1: hue angle of 253.04º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCAE1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 202 | 225 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.12 |
| HSL | 253.04º | 0.28% | 0.84% | - |
| HSV(B) | 253.04º | 0.1% | 0.88% | - |
| XYZ | 60.44 | 60.94 | 79.81 | - |
| YUV | 206.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 225 | 0.08 | 0.10 | 0 | 0.12 | 253.04 | 0.28 | 0.84 |
| Hex | CF | CA | E1 | 8 | A | 0 | C | FD | 1C | 54 |
| Octal | 317 | 312 | 341 | 10 | 12 | 0 | 14 | 375 | 34 | 124 |
| Binary | 11001111 | 11001010 | 11100001 | 1000 | 1010 | 0 | 1100 | 11111101 | 11100 | 1010100 |
Color Harmonies of #CFCAE1
Complementary color
Monochromatic Colors of #CFCAE1
Black with #CFCAE1
Text Example
Text Example
White with #CFCAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAE1; }
p { color: rgb(207,202,225); }
H1.HeaderClassName
{
color: #CFCAE1;
}
.AnyTagClassName
{
color: #CFCAE1;
}
</style>
background-color css
<style>
a { background-color: #CFCAE1; }
a { background-color: rgb(207,202,225); }
div.DivClassName
{
background-color: #CFCAE1;
}
.BgClassName
{
background-color: #CFCAE1;
}
</style>
border-color css
<style>
span { border-color: #CFCAE1; }
span { border-color: rgb(207,202,225); }
td.TdClassName
{
border-color: #CFCAE1;
}
.TagClassName
{
border-color: #CFCAE1;
}
</style>