Shades of Fog #CFBEE4
Tints of Fog #CFBEE4
RGB
CMYK
RGB Variations
Color information
#CFBEE4 (or 0xCFBEE4) is known color: Fog. HEX triplet: CF, BE and E4. RGB value is (207,190,228). Sum of RGB (Red+Green+Blue) = 207+190+228=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEE4 is #30411B. Grayscale: #C7C7C7. Windows color (decimal): -3162396 or 14991055. OLE color: 14991055.
HSL color Cylindrical-coordinate representation of color #CFBEE4: hue angle of 266.84º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBEE4 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 190 | 228 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.11 |
| HSL | 266.84º | 0.41% | 0.82% | - |
| HSV(B) | 266.84º | 0.17% | 0.89% | - |
| XYZ | 58.15 | 55.69 | 81.08 | - |
| YUV | 199.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 228 | 0.09 | 0.17 | 0 | 0.11 | 266.84 | 0.41 | 0.82 |
| Hex | CF | BE | E4 | 9 | 11 | 0 | B | 10B | 29 | 52 |
| Octal | 317 | 276 | 344 | 11 | 21 | 0 | 13 | 413 | 51 | 122 |
| Binary | 11001111 | 10111110 | 11100100 | 1001 | 10001 | 0 | 1011 | 100001011 | 101001 | 1010010 |
Color Harmonies of #CFBEE4
Complementary color
Monochromatic Colors of #CFBEE4
Black with #CFBEE4
Text Example
Text Example
White with #CFBEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEE4; }
p { color: rgb(207,190,228); }
H1.HeaderClassName
{
color: #CFBEE4;
}
.AnyTagClassName
{
color: #CFBEE4;
}
</style>
background-color css
<style>
a { background-color: #CFBEE4; }
a { background-color: rgb(207,190,228); }
div.DivClassName
{
background-color: #CFBEE4;
}
.BgClassName
{
background-color: #CFBEE4;
}
</style>
border-color css
<style>
span { border-color: #CFBEE4; }
span { border-color: rgb(207,190,228); }
td.TdClassName
{
border-color: #CFBEE4;
}
.TagClassName
{
border-color: #CFBEE4;
}
</style>