Shades of Fog #CFBBE0
Tints of Fog #CFBBE0
RGB
CMYK
RGB Variations
Color information
#CFBBE0 (or 0xCFBBE0) is known color: Fog. HEX triplet: CF, BB and E0. RGB value is (207,187,224). Sum of RGB (Red+Green+Blue) = 207+187+224=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBE0 is #30441F. Grayscale: #C5C5C5. Windows color (decimal): -3163168 or 14728143. OLE color: 14728143.
HSL color Cylindrical-coordinate representation of color #CFBBE0: hue angle of 272.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBBE0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 187 | 224 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.12 |
| HSL | 272.43º | 0.37% | 0.81% | - |
| HSV(B) | 272.43º | 0.17% | 0.88% | - |
| XYZ | 56.96 | 54.19 | 77.98 | - |
| YUV | 197.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 224 | 0.08 | 0.17 | 0 | 0.12 | 272.43 | 0.37 | 0.81 |
| Hex | CF | BB | E0 | 8 | 11 | 0 | C | 110 | 25 | 51 |
| Octal | 317 | 273 | 340 | 10 | 21 | 0 | 14 | 420 | 45 | 121 |
| Binary | 11001111 | 10111011 | 11100000 | 1000 | 10001 | 0 | 1100 | 100010000 | 100101 | 1010001 |
Color Harmonies of #CFBBE0
Complementary color
Monochromatic Colors of #CFBBE0
Black with #CFBBE0
Text Example
Text Example
White with #CFBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBE0; }
p { color: rgb(207,187,224); }
H1.HeaderClassName
{
color: #CFBBE0;
}
.AnyTagClassName
{
color: #CFBBE0;
}
</style>
background-color css
<style>
a { background-color: #CFBBE0; }
a { background-color: rgb(207,187,224); }
div.DivClassName
{
background-color: #CFBBE0;
}
.BgClassName
{
background-color: #CFBBE0;
}
</style>
border-color css
<style>
span { border-color: #CFBBE0; }
span { border-color: rgb(207,187,224); }
td.TdClassName
{
border-color: #CFBBE0;
}
.TagClassName
{
border-color: #CFBBE0;
}
</style>