Shades of Fog #CFBEE2
Tints of Fog #CFBEE2
RGB
CMYK
RGB Variations
Color information
#CFBEE2 (or 0xCFBEE2) is known color: Fog. HEX triplet: CF, BE and E2. RGB value is (207,190,226). Sum of RGB (Red+Green+Blue) = 207+190+226=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEE2 is #30411D. Grayscale: #C7C7C7. Windows color (decimal): -3162398 or 14859983. OLE color: 14859983.
HSL color Cylindrical-coordinate representation of color #CFBEE2: hue angle of 268.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBEE2 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 190 | 226 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.11 |
| HSL | 268.33º | 0.38% | 0.82% | - |
| HSV(B) | 268.33º | 0.16% | 0.89% | - |
| XYZ | 57.87 | 55.58 | 79.63 | - |
| YUV | 199.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 226 | 0.08 | 0.16 | 0 | 0.11 | 268.33 | 0.38 | 0.82 |
| Hex | CF | BE | E2 | 8 | 10 | 0 | B | 10C | 26 | 52 |
| Octal | 317 | 276 | 342 | 10 | 20 | 0 | 13 | 414 | 46 | 122 |
| Binary | 11001111 | 10111110 | 11100010 | 1000 | 10000 | 0 | 1011 | 100001100 | 100110 | 1010010 |
Color Harmonies of #CFBEE2
Complementary color
Monochromatic Colors of #CFBEE2
Black with #CFBEE2
Text Example
Text Example
White with #CFBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEE2; }
p { color: rgb(207,190,226); }
H1.HeaderClassName
{
color: #CFBEE2;
}
.AnyTagClassName
{
color: #CFBEE2;
}
</style>
background-color css
<style>
a { background-color: #CFBEE2; }
a { background-color: rgb(207,190,226); }
div.DivClassName
{
background-color: #CFBEE2;
}
.BgClassName
{
background-color: #CFBEE2;
}
</style>
border-color css
<style>
span { border-color: #CFBEE2; }
span { border-color: rgb(207,190,226); }
td.TdClassName
{
border-color: #CFBEE2;
}
.TagClassName
{
border-color: #CFBEE2;
}
</style>