Shades of Fog #CFC9EA
Tints of Fog #CFC9EA
RGB
CMYK
RGB Variations
Color information
#CFC9EA (or 0xCFC9EA) is known color: Fog. HEX triplet: CF, C9 and EA. RGB value is (207,201,234). Sum of RGB (Red+Green+Blue) = 207+201+234=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9EA is #303615. Grayscale: #CECECE. Windows color (decimal): -3159574 or 15387087. OLE color: 15387087.
HSL color Cylindrical-coordinate representation of color #CFC9EA: hue angle of 250.91º degrees, saturation: 0.44, 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 #CFC9EA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 201 | 234 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.08 |
| HSL | 250.91º | 0.44% | 0.85% | - |
| HSV(B) | 250.91º | 0.14% | 0.92% | - |
| XYZ | 61.47 | 60.98 | 86.37 | - |
| YUV | 206.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 234 | 0.12 | 0.14 | 0 | 0.08 | 250.91 | 0.44 | 0.85 |
| Hex | CF | C9 | EA | C | E | 0 | 8 | FB | 2C | 55 |
| Octal | 317 | 311 | 352 | 14 | 16 | 0 | 10 | 373 | 54 | 125 |
| Binary | 11001111 | 11001001 | 11101010 | 1100 | 1110 | 0 | 1000 | 11111011 | 101100 | 1010101 |
Color Harmonies of #CFC9EA
Complementary color
Monochromatic Colors of #CFC9EA
Black with #CFC9EA
Text Example
Text Example
White with #CFC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9EA; }
p { color: rgb(207,201,234); }
H1.HeaderClassName
{
color: #CFC9EA;
}
.AnyTagClassName
{
color: #CFC9EA;
}
</style>
background-color css
<style>
a { background-color: #CFC9EA; }
a { background-color: rgb(207,201,234); }
div.DivClassName
{
background-color: #CFC9EA;
}
.BgClassName
{
background-color: #CFC9EA;
}
</style>
border-color css
<style>
span { border-color: #CFC9EA; }
span { border-color: rgb(207,201,234); }
td.TdClassName
{
border-color: #CFC9EA;
}
.TagClassName
{
border-color: #CFC9EA;
}
</style>