Shades of Fog #CFBEEA
Tints of Fog #CFBEEA
RGB
CMYK
RGB Variations
Color information
#CFBEEA (or 0xCFBEEA) is known color: Fog. HEX triplet: CF, BE and EA. RGB value is (207,190,234). Sum of RGB (Red+Green+Blue) = 207+190+234=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEEA is #304115. Grayscale: #C7C7C7. Windows color (decimal): -3162390 or 15384271. OLE color: 15384271.
HSL color Cylindrical-coordinate representation of color #CFBEEA: hue angle of 263.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBEEA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 190 | 234 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.08 |
| HSL | 263.18º | 0.51% | 0.83% | - |
| HSV(B) | 263.18º | 0.19% | 0.92% | - |
| XYZ | 59 | 56.03 | 85.55 | - |
| YUV | 200.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 234 | 0.12 | 0.19 | 0 | 0.08 | 263.18 | 0.51 | 0.83 |
| Hex | CF | BE | EA | C | 13 | 0 | 8 | 107 | 33 | 53 |
| Octal | 317 | 276 | 352 | 14 | 23 | 0 | 10 | 407 | 63 | 123 |
| Binary | 11001111 | 10111110 | 11101010 | 1100 | 10011 | 0 | 1000 | 100000111 | 110011 | 1010011 |
Color Harmonies of #CFBEEA
Complementary color
Monochromatic Colors of #CFBEEA
Black with #CFBEEA
Text Example
Text Example
White with #CFBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEEA; }
p { color: rgb(207,190,234); }
H1.HeaderClassName
{
color: #CFBEEA;
}
.AnyTagClassName
{
color: #CFBEEA;
}
</style>
background-color css
<style>
a { background-color: #CFBEEA; }
a { background-color: rgb(207,190,234); }
div.DivClassName
{
background-color: #CFBEEA;
}
.BgClassName
{
background-color: #CFBEEA;
}
</style>
border-color css
<style>
span { border-color: #CFBEEA; }
span { border-color: rgb(207,190,234); }
td.TdClassName
{
border-color: #CFBEEA;
}
.TagClassName
{
border-color: #CFBEEA;
}
</style>