Shades of Fog #CEBCE9
Tints of Fog #CEBCE9
RGB
CMYK
RGB Variations
Color information
#CEBCE9 (or 0xCEBCE9) is known color: Fog. HEX triplet: CE, BC and E9. RGB value is (206,188,233). Sum of RGB (Red+Green+Blue) = 206+188+233=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCE9 is #314316. Grayscale: #C6C6C6. Windows color (decimal): -3228439 or 15318222. OLE color: 15318222.
HSL color Cylindrical-coordinate representation of color #CEBCE9: hue angle of 264º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBCE9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 188 | 233 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 264º | 0.51% | 0.83% | - |
| HSV(B) | 264º | 0.19% | 0.91% | - |
| XYZ | 58.14 | 54.97 | 84.64 | - |
| YUV | 198.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 233 | 0.12 | 0.19 | 0 | 0.09 | 264 | 0.51 | 0.83 |
| Hex | CE | BC | E9 | C | 13 | 0 | 9 | 108 | 33 | 53 |
| Octal | 316 | 274 | 351 | 14 | 23 | 0 | 11 | 410 | 63 | 123 |
| Binary | 11001110 | 10111100 | 11101001 | 1100 | 10011 | 0 | 1001 | 100001000 | 110011 | 1010011 |
Color Harmonies of #CEBCE9
Complementary color
Monochromatic Colors of #CEBCE9
Black with #CEBCE9
Text Example
Text Example
White with #CEBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCE9; }
p { color: rgb(206,188,233); }
H1.HeaderClassName
{
color: #CEBCE9;
}
.AnyTagClassName
{
color: #CEBCE9;
}
</style>
background-color css
<style>
a { background-color: #CEBCE9; }
a { background-color: rgb(206,188,233); }
div.DivClassName
{
background-color: #CEBCE9;
}
.BgClassName
{
background-color: #CEBCE9;
}
</style>
border-color css
<style>
span { border-color: #CEBCE9; }
span { border-color: rgb(206,188,233); }
td.TdClassName
{
border-color: #CEBCE9;
}
.TagClassName
{
border-color: #CEBCE9;
}
</style>