Shades of Fog #CEBAED
Tints of Fog #CEBAED
RGB
CMYK
RGB Variations
Color information
#CEBAED (or 0xCEBAED) is known color: Fog. HEX triplet: CE, BA and ED. RGB value is (206,186,237). Sum of RGB (Red+Green+Blue) = 206+186+237=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAED is #314512. Grayscale: #C5C5C5. Windows color (decimal): -3228947 or 15579854. OLE color: 15579854.
HSL color Cylindrical-coordinate representation of color #CEBAED: hue angle of 263.53º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBAED is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 186 | 237 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.07 |
| HSL | 263.53º | 0.59% | 0.83% | - |
| HSV(B) | 263.53º | 0.22% | 0.93% | - |
| XYZ | 58.3 | 54.35 | 87.54 | - |
| YUV | 197.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 237 | 0.13 | 0.22 | 0 | 0.07 | 263.53 | 0.59 | 0.83 |
| Hex | CE | BA | ED | D | 16 | 0 | 7 | 108 | 3B | 53 |
| Octal | 316 | 272 | 355 | 15 | 26 | 0 | 7 | 410 | 73 | 123 |
| Binary | 11001110 | 10111010 | 11101101 | 1101 | 10110 | 0 | 111 | 100001000 | 111011 | 1010011 |
Color Harmonies of #CEBAED
Complementary color
Monochromatic Colors of #CEBAED
Black with #CEBAED
Text Example
Text Example
White with #CEBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAED; }
p { color: rgb(206,186,237); }
H1.HeaderClassName
{
color: #CEBAED;
}
.AnyTagClassName
{
color: #CEBAED;
}
</style>
background-color css
<style>
a { background-color: #CEBAED; }
a { background-color: rgb(206,186,237); }
div.DivClassName
{
background-color: #CEBAED;
}
.BgClassName
{
background-color: #CEBAED;
}
</style>
border-color css
<style>
span { border-color: #CEBAED; }
span { border-color: rgb(206,186,237); }
td.TdClassName
{
border-color: #CEBAED;
}
.TagClassName
{
border-color: #CEBAED;
}
</style>