Shades of Fog #CFBEF0
Tints of Fog #CFBEF0
RGB
CMYK
RGB Variations
Color information
#CFBEF0 (or 0xCFBEF0) is known color: Fog. HEX triplet: CF, BE and F0. RGB value is (207,190,240). Sum of RGB (Red+Green+Blue) = 207+190+240=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFBEF0 is #30410F. Grayscale: #C8C8C8. Windows color (decimal): -3162384 or 15777487. OLE color: 15777487.
HSL color Cylindrical-coordinate representation of color #CFBEF0: hue angle of 260.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBEF0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 190 | 240 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.06 |
| HSL | 260.4º | 0.63% | 0.84% | - |
| HSV(B) | 260.4º | 0.21% | 0.94% | - |
| XYZ | 59.87 | 56.38 | 90.17 | - |
| YUV | 200.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 240 | 0.14 | 0.21 | 0 | 0.06 | 260.4 | 0.63 | 0.84 |
| Hex | CF | BE | F0 | E | 15 | 0 | 6 | 104 | 3E | 54 |
| Octal | 317 | 276 | 360 | 16 | 25 | 0 | 6 | 404 | 76 | 124 |
| Binary | 11001111 | 10111110 | 11110000 | 1110 | 10101 | 0 | 110 | 100000100 | 111110 | 1010100 |
Color Harmonies of #CFBEF0
Complementary color
Monochromatic Colors of #CFBEF0
Black with #CFBEF0
Text Example
Text Example
White with #CFBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEF0; }
p { color: rgb(207,190,240); }
H1.HeaderClassName
{
color: #CFBEF0;
}
.AnyTagClassName
{
color: #CFBEF0;
}
</style>
background-color css
<style>
a { background-color: #CFBEF0; }
a { background-color: rgb(207,190,240); }
div.DivClassName
{
background-color: #CFBEF0;
}
.BgClassName
{
background-color: #CFBEF0;
}
</style>
border-color css
<style>
span { border-color: #CFBEF0; }
span { border-color: rgb(207,190,240); }
td.TdClassName
{
border-color: #CFBEF0;
}
.TagClassName
{
border-color: #CFBEF0;
}
</style>