Shades of Fog #CEBAEB
Tints of Fog #CEBAEB
RGB
CMYK
RGB Variations
Color information
#CEBAEB (or 0xCEBAEB) is known color: Fog. HEX triplet: CE, BA and EB. RGB value is (206,186,235). Sum of RGB (Red+Green+Blue) = 206+186+235=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAEB is #314514. Grayscale: #C5C5C5. Windows color (decimal): -3228949 or 15448782. OLE color: 15448782.
HSL color Cylindrical-coordinate representation of color #CEBAEB: hue angle of 264.49º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBAEB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 186 | 235 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.08 |
| HSL | 264.49º | 0.55% | 0.83% | - |
| HSV(B) | 264.49º | 0.21% | 0.92% | - |
| XYZ | 58.01 | 54.24 | 86.01 | - |
| YUV | 197.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 235 | 0.12 | 0.21 | 0 | 0.08 | 264.49 | 0.55 | 0.83 |
| Hex | CE | BA | EB | C | 15 | 0 | 8 | 108 | 37 | 53 |
| Octal | 316 | 272 | 353 | 14 | 25 | 0 | 10 | 410 | 67 | 123 |
| Binary | 11001110 | 10111010 | 11101011 | 1100 | 10101 | 0 | 1000 | 100001000 | 110111 | 1010011 |
Color Harmonies of #CEBAEB
Complementary color
Monochromatic Colors of #CEBAEB
Black with #CEBAEB
Text Example
Text Example
White with #CEBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAEB; }
p { color: rgb(206,186,235); }
H1.HeaderClassName
{
color: #CEBAEB;
}
.AnyTagClassName
{
color: #CEBAEB;
}
</style>
background-color css
<style>
a { background-color: #CEBAEB; }
a { background-color: rgb(206,186,235); }
div.DivClassName
{
background-color: #CEBAEB;
}
.BgClassName
{
background-color: #CEBAEB;
}
</style>
border-color css
<style>
span { border-color: #CEBAEB; }
span { border-color: rgb(206,186,235); }
td.TdClassName
{
border-color: #CEBAEB;
}
.TagClassName
{
border-color: #CEBAEB;
}
</style>