Shades of Fog #CEBBE2
Tints of Fog #CEBBE2
RGB
CMYK
RGB Variations
Color information
#CEBBE2 (or 0xCEBBE2) is known color: Fog. HEX triplet: CE, BB and E2. RGB value is (206,187,226). Sum of RGB (Red+Green+Blue) = 206+187+226=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE2 is #31441D. Grayscale: #C4C4C4. Windows color (decimal): -3228702 or 14859214. OLE color: 14859214.
HSL color Cylindrical-coordinate representation of color #CEBBE2: hue angle of 269.23º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBBE2 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 187 | 226 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.11 |
| HSL | 269.23º | 0.4% | 0.81% | - |
| HSV(B) | 269.23º | 0.17% | 0.89% | - |
| XYZ | 56.95 | 54.15 | 79.4 | - |
| YUV | 197.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 226 | 0.09 | 0.17 | 0 | 0.11 | 269.23 | 0.4 | 0.81 |
| Hex | CE | BB | E2 | 9 | 11 | 0 | B | 10D | 28 | 51 |
| Octal | 316 | 273 | 342 | 11 | 21 | 0 | 13 | 415 | 50 | 121 |
| Binary | 11001110 | 10111011 | 11100010 | 1001 | 10001 | 0 | 1011 | 100001101 | 101000 | 1010001 |
Color Harmonies of #CEBBE2
Complementary color
Monochromatic Colors of #CEBBE2
Black with #CEBBE2
Text Example
Text Example
White with #CEBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBE2; }
p { color: rgb(206,187,226); }
H1.HeaderClassName
{
color: #CEBBE2;
}
.AnyTagClassName
{
color: #CEBBE2;
}
</style>
background-color css
<style>
a { background-color: #CEBBE2; }
a { background-color: rgb(206,187,226); }
div.DivClassName
{
background-color: #CEBBE2;
}
.BgClassName
{
background-color: #CEBBE2;
}
</style>
border-color css
<style>
span { border-color: #CEBBE2; }
span { border-color: rgb(206,187,226); }
td.TdClassName
{
border-color: #CEBBE2;
}
.TagClassName
{
border-color: #CEBBE2;
}
</style>