Shades of Fog #CEBAE5
Tints of Fog #CEBAE5
RGB
CMYK
RGB Variations
Color information
#CEBAE5 (or 0xCEBAE5) is known color: Fog. HEX triplet: CE, BA and E5. RGB value is (206,186,229). Sum of RGB (Red+Green+Blue) = 206+186+229=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAE5 is #31451A. Grayscale: #C4C4C4. Windows color (decimal): -3228955 or 15055566. OLE color: 15055566.
HSL color Cylindrical-coordinate representation of color #CEBAE5: hue angle of 267.91º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBAE5 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 186 | 229 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.10 |
| HSL | 267.91º | 0.45% | 0.81% | - |
| HSV(B) | 267.91º | 0.19% | 0.9% | - |
| XYZ | 57.16 | 53.9 | 81.52 | - |
| YUV | 196.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 229 | 0.10 | 0.19 | 0 | 0.10 | 267.91 | 0.45 | 0.81 |
| Hex | CE | BA | E5 | A | 13 | 0 | A | 10C | 2D | 51 |
| Octal | 316 | 272 | 345 | 12 | 23 | 0 | 12 | 414 | 55 | 121 |
| Binary | 11001110 | 10111010 | 11100101 | 1010 | 10011 | 0 | 1010 | 100001100 | 101101 | 1010001 |
Color Harmonies of #CEBAE5
Complementary color
Monochromatic Colors of #CEBAE5
Black with #CEBAE5
Text Example
Text Example
White with #CEBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAE5; }
p { color: rgb(206,186,229); }
H1.HeaderClassName
{
color: #CEBAE5;
}
.AnyTagClassName
{
color: #CEBAE5;
}
</style>
background-color css
<style>
a { background-color: #CEBAE5; }
a { background-color: rgb(206,186,229); }
div.DivClassName
{
background-color: #CEBAE5;
}
.BgClassName
{
background-color: #CEBAE5;
}
</style>
border-color css
<style>
span { border-color: #CEBAE5; }
span { border-color: rgb(206,186,229); }
td.TdClassName
{
border-color: #CEBAE5;
}
.TagClassName
{
border-color: #CEBAE5;
}
</style>