Shades of Fog #CFC2EA
Tints of Fog #CFC2EA
RGB
CMYK
RGB Variations
Color information
#CFC2EA (or 0xCFC2EA) is known color: Fog. HEX triplet: CF, C2 and EA. RGB value is (207,194,234). Sum of RGB (Red+Green+Blue) = 207+194+234=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2EA is #303D15. Grayscale: #CACACA. Windows color (decimal): -3161366 or 15385295. OLE color: 15385295.
HSL color Cylindrical-coordinate representation of color #CFC2EA: hue angle of 259.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC2EA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 194 | 234 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.08 |
| HSL | 259.5º | 0.49% | 0.84% | - |
| HSV(B) | 259.5º | 0.17% | 0.92% | - |
| XYZ | 59.88 | 57.79 | 85.84 | - |
| YUV | 202.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 234 | 0.12 | 0.17 | 0 | 0.08 | 259.5 | 0.49 | 0.84 |
| Hex | CF | C2 | EA | C | 11 | 0 | 8 | 104 | 31 | 54 |
| Octal | 317 | 302 | 352 | 14 | 21 | 0 | 10 | 404 | 61 | 124 |
| Binary | 11001111 | 11000010 | 11101010 | 1100 | 10001 | 0 | 1000 | 100000100 | 110001 | 1010100 |
Color Harmonies of #CFC2EA
Complementary color
Monochromatic Colors of #CFC2EA
Black with #CFC2EA
Text Example
Text Example
White with #CFC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2EA; }
p { color: rgb(207,194,234); }
H1.HeaderClassName
{
color: #CFC2EA;
}
.AnyTagClassName
{
color: #CFC2EA;
}
</style>
background-color css
<style>
a { background-color: #CFC2EA; }
a { background-color: rgb(207,194,234); }
div.DivClassName
{
background-color: #CFC2EA;
}
.BgClassName
{
background-color: #CFC2EA;
}
</style>
border-color css
<style>
span { border-color: #CFC2EA; }
span { border-color: rgb(207,194,234); }
td.TdClassName
{
border-color: #CFC2EA;
}
.TagClassName
{
border-color: #CFC2EA;
}
</style>