Shades of Fog #CEBBE3
Tints of Fog #CEBBE3
RGB
CMYK
RGB Variations
Color information
#CEBBE3 (or 0xCEBBE3) is known color: Fog. HEX triplet: CE, BB and E3. RGB value is (206,187,227). Sum of RGB (Red+Green+Blue) = 206+187+227=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE3 is #31441C. Grayscale: #C5C5C5. Windows color (decimal): -3228701 or 14924750. OLE color: 14924750.
HSL color Cylindrical-coordinate representation of color #CEBBE3: hue angle of 268.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBE3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 187 | 227 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.11 |
| HSL | 268.5º | 0.42% | 0.81% | - |
| HSV(B) | 268.5º | 0.18% | 0.89% | - |
| XYZ | 57.09 | 54.21 | 80.13 | - |
| YUV | 197.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 227 | 0.09 | 0.18 | 0 | 0.11 | 268.5 | 0.42 | 0.81 |
| Hex | CE | BB | E3 | 9 | 12 | 0 | B | 10C | 2A | 51 |
| Octal | 316 | 273 | 343 | 11 | 22 | 0 | 13 | 414 | 52 | 121 |
| Binary | 11001110 | 10111011 | 11100011 | 1001 | 10010 | 0 | 1011 | 100001100 | 101010 | 1010001 |
Color Harmonies of #CEBBE3
Complementary color
Monochromatic Colors of #CEBBE3
Black with #CEBBE3
Text Example
Text Example
White with #CEBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBE3; }
p { color: rgb(206,187,227); }
H1.HeaderClassName
{
color: #CEBBE3;
}
.AnyTagClassName
{
color: #CEBBE3;
}
</style>
background-color css
<style>
a { background-color: #CEBBE3; }
a { background-color: rgb(206,187,227); }
div.DivClassName
{
background-color: #CEBBE3;
}
.BgClassName
{
background-color: #CEBBE3;
}
</style>
border-color css
<style>
span { border-color: #CEBBE3; }
span { border-color: rgb(206,187,227); }
td.TdClassName
{
border-color: #CEBBE3;
}
.TagClassName
{
border-color: #CEBBE3;
}
</style>