Shades of Fog #CFCAEA
Tints of Fog #CFCAEA
RGB
CMYK
RGB Variations
Color information
#CFCAEA (or 0xCFCAEA) is known color: Fog. HEX triplet: CF, CA and EA. RGB value is (207,202,234). Sum of RGB (Red+Green+Blue) = 207+202+234=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAEA is #303515. Grayscale: #CFCFCF. Windows color (decimal): -3159318 or 15387343. OLE color: 15387343.
HSL color Cylindrical-coordinate representation of color #CFCAEA: hue angle of 249.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCAEA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 202 | 234 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.08 |
| HSL | 249.38º | 0.43% | 0.85% | - |
| HSV(B) | 249.38º | 0.14% | 0.92% | - |
| XYZ | 61.7 | 61.45 | 86.45 | - |
| YUV | 207.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 234 | 0.12 | 0.14 | 0 | 0.08 | 249.38 | 0.43 | 0.85 |
| Hex | CF | CA | EA | C | E | 0 | 8 | F9 | 2B | 55 |
| Octal | 317 | 312 | 352 | 14 | 16 | 0 | 10 | 371 | 53 | 125 |
| Binary | 11001111 | 11001010 | 11101010 | 1100 | 1110 | 0 | 1000 | 11111001 | 101011 | 1010101 |
Color Harmonies of #CFCAEA
Complementary color
Monochromatic Colors of #CFCAEA
Black with #CFCAEA
Text Example
Text Example
White with #CFCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAEA; }
p { color: rgb(207,202,234); }
H1.HeaderClassName
{
color: #CFCAEA;
}
.AnyTagClassName
{
color: #CFCAEA;
}
</style>
background-color css
<style>
a { background-color: #CFCAEA; }
a { background-color: rgb(207,202,234); }
div.DivClassName
{
background-color: #CFCAEA;
}
.BgClassName
{
background-color: #CFCAEA;
}
</style>
border-color css
<style>
span { border-color: #CFCAEA; }
span { border-color: rgb(207,202,234); }
td.TdClassName
{
border-color: #CFCAEA;
}
.TagClassName
{
border-color: #CFCAEA;
}
</style>