Shades of Fog #CEBAE3
Tints of Fog #CEBAE3
RGB
CMYK
RGB Variations
Color information
#CEBAE3 (or 0xCEBAE3) is known color: Fog. HEX triplet: CE, BA and E3. RGB value is (206,186,227). Sum of RGB (Red+Green+Blue) = 206+186+227=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAE3 is #31451C. Grayscale: #C4C4C4. Windows color (decimal): -3228957 or 14924494. OLE color: 14924494.
HSL color Cylindrical-coordinate representation of color #CEBAE3: hue angle of 269.27º 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 #CEBAE3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 186 | 227 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.11 |
| HSL | 269.27º | 0.42% | 0.81% | - |
| HSV(B) | 269.27º | 0.18% | 0.89% | - |
| XYZ | 56.88 | 53.79 | 80.06 | - |
| YUV | 196.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 227 | 0.09 | 0.18 | 0 | 0.11 | 269.27 | 0.42 | 0.81 |
| Hex | CE | BA | E3 | 9 | 12 | 0 | B | 10D | 2A | 51 |
| Octal | 316 | 272 | 343 | 11 | 22 | 0 | 13 | 415 | 52 | 121 |
| Binary | 11001110 | 10111010 | 11100011 | 1001 | 10010 | 0 | 1011 | 100001101 | 101010 | 1010001 |
Color Harmonies of #CEBAE3
Complementary color
Monochromatic Colors of #CEBAE3
Black with #CEBAE3
Text Example
Text Example
White with #CEBAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAE3; }
p { color: rgb(206,186,227); }
H1.HeaderClassName
{
color: #CEBAE3;
}
.AnyTagClassName
{
color: #CEBAE3;
}
</style>
background-color css
<style>
a { background-color: #CEBAE3; }
a { background-color: rgb(206,186,227); }
div.DivClassName
{
background-color: #CEBAE3;
}
.BgClassName
{
background-color: #CEBAE3;
}
</style>
border-color css
<style>
span { border-color: #CEBAE3; }
span { border-color: rgb(206,186,227); }
td.TdClassName
{
border-color: #CEBAE3;
}
.TagClassName
{
border-color: #CEBAE3;
}
</style>