Shades of Fog #CEBBE0
Tints of Fog #CEBBE0
RGB
CMYK
RGB Variations
Color information
#CEBBE0 (or 0xCEBBE0) is known color: Fog. HEX triplet: CE, BB and E0. RGB value is (206,187,224). Sum of RGB (Red+Green+Blue) = 206+187+224=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE0 is #31441F. Grayscale: #C4C4C4. Windows color (decimal): -3228704 or 14728142. OLE color: 14728142.
HSL color Cylindrical-coordinate representation of color #CEBBE0: hue angle of 270.81º 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 #CEBBE0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 187 | 224 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.12 |
| HSL | 270.81º | 0.37% | 0.81% | - |
| HSV(B) | 270.81º | 0.17% | 0.88% | - |
| XYZ | 56.68 | 54.04 | 77.97 | - |
| YUV | 196.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 224 | 0.08 | 0.17 | 0 | 0.12 | 270.81 | 0.37 | 0.81 |
| Hex | CE | BB | E0 | 8 | 11 | 0 | C | 10F | 25 | 51 |
| Octal | 316 | 273 | 340 | 10 | 21 | 0 | 14 | 417 | 45 | 121 |
| Binary | 11001110 | 10111011 | 11100000 | 1000 | 10001 | 0 | 1100 | 100001111 | 100101 | 1010001 |
Color Harmonies of #CEBBE0
Complementary color
Monochromatic Colors of #CEBBE0
Black with #CEBBE0
Text Example
Text Example
White with #CEBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBE0; }
p { color: rgb(206,187,224); }
H1.HeaderClassName
{
color: #CEBBE0;
}
.AnyTagClassName
{
color: #CEBBE0;
}
</style>
background-color css
<style>
a { background-color: #CEBBE0; }
a { background-color: rgb(206,187,224); }
div.DivClassName
{
background-color: #CEBBE0;
}
.BgClassName
{
background-color: #CEBBE0;
}
</style>
border-color css
<style>
span { border-color: #CEBBE0; }
span { border-color: rgb(206,187,224); }
td.TdClassName
{
border-color: #CEBBE0;
}
.TagClassName
{
border-color: #CEBBE0;
}
</style>