Shades of Fog #CEB8EF
Tints of Fog #CEB8EF
RGB
CMYK
RGB Variations
Color information
#CEB8EF (or 0xCEB8EF) is known color: Fog. HEX triplet: CE, B8 and EF. RGB value is (206,184,239). Sum of RGB (Red+Green+Blue) = 206+184+239=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB8EF is #314710. Grayscale: #C4C4C4. Windows color (decimal): -3229457 or 15710414. OLE color: 15710414.
HSL color Cylindrical-coordinate representation of color #CEB8EF: hue angle of 264º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB8EF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 184 | 239 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.06 |
| HSL | 264º | 0.63% | 0.83% | - |
| HSV(B) | 264º | 0.23% | 0.94% | - |
| XYZ | 58.17 | 53.63 | 88.95 | - |
| YUV | 196.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 239 | 0.14 | 0.23 | 0 | 0.06 | 264 | 0.63 | 0.83 |
| Hex | CE | B8 | EF | E | 17 | 0 | 6 | 108 | 3F | 53 |
| Octal | 316 | 270 | 357 | 16 | 27 | 0 | 6 | 410 | 77 | 123 |
| Binary | 11001110 | 10111000 | 11101111 | 1110 | 10111 | 0 | 110 | 100001000 | 111111 | 1010011 |
Color Harmonies of #CEB8EF
Complementary color
Monochromatic Colors of #CEB8EF
Black with #CEB8EF
Text Example
Text Example
White with #CEB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8EF; }
p { color: rgb(206,184,239); }
H1.HeaderClassName
{
color: #CEB8EF;
}
.AnyTagClassName
{
color: #CEB8EF;
}
</style>
background-color css
<style>
a { background-color: #CEB8EF; }
a { background-color: rgb(206,184,239); }
div.DivClassName
{
background-color: #CEB8EF;
}
.BgClassName
{
background-color: #CEB8EF;
}
</style>
border-color css
<style>
span { border-color: #CEB8EF; }
span { border-color: rgb(206,184,239); }
td.TdClassName
{
border-color: #CEB8EF;
}
.TagClassName
{
border-color: #CEB8EF;
}
</style>