Shades of Fog #CEBAE0
Tints of Fog #CEBAE0
RGB
CMYK
RGB Variations
Color information
#CEBAE0 (or 0xCEBAE0) is known color: Fog. HEX triplet: CE, BA and E0. RGB value is (206,186,224). Sum of RGB (Red+Green+Blue) = 206+186+224=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAE0 is #31451F. Grayscale: #C4C4C4. Windows color (decimal): -3228960 or 14727886. OLE color: 14727886.
HSL color Cylindrical-coordinate representation of color #CEBAE0: hue angle of 271.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBAE0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 186 | 224 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.12 |
| HSL | 271.58º | 0.38% | 0.8% | - |
| HSV(B) | 271.58º | 0.17% | 0.88% | - |
| XYZ | 56.47 | 53.62 | 77.89 | - |
| YUV | 196.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 224 | 0.08 | 0.17 | 0 | 0.12 | 271.58 | 0.38 | 0.8 |
| Hex | CE | BA | E0 | 8 | 11 | 0 | C | 110 | 26 | 50 |
| Octal | 316 | 272 | 340 | 10 | 21 | 0 | 14 | 420 | 46 | 120 |
| Binary | 11001110 | 10111010 | 11100000 | 1000 | 10001 | 0 | 1100 | 100010000 | 100110 | 1010000 |
Color Harmonies of #CEBAE0
Complementary color
Monochromatic Colors of #CEBAE0
Black with #CEBAE0
Text Example
Text Example
White with #CEBAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAE0; }
p { color: rgb(206,186,224); }
H1.HeaderClassName
{
color: #CEBAE0;
}
.AnyTagClassName
{
color: #CEBAE0;
}
</style>
background-color css
<style>
a { background-color: #CEBAE0; }
a { background-color: rgb(206,186,224); }
div.DivClassName
{
background-color: #CEBAE0;
}
.BgClassName
{
background-color: #CEBAE0;
}
</style>
border-color css
<style>
span { border-color: #CEBAE0; }
span { border-color: rgb(206,186,224); }
td.TdClassName
{
border-color: #CEBAE0;
}
.TagClassName
{
border-color: #CEBAE0;
}
</style>