Shades of Fog #CEB8EE
Tints of Fog #CEB8EE
RGB
CMYK
RGB Variations
Color information
#CEB8EE (or 0xCEB8EE) is known color: Fog. HEX triplet: CE, B8 and EE. RGB value is (206,184,238). Sum of RGB (Red+Green+Blue) = 206+184+238=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB8EE is #314711. Grayscale: #C4C4C4. Windows color (decimal): -3229458 or 15644878. OLE color: 15644878.
HSL color Cylindrical-coordinate representation of color #CEB8EE: hue angle of 264.44º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB8EE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 184 | 238 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.07 |
| HSL | 264.44º | 0.61% | 0.83% | - |
| HSV(B) | 264.44º | 0.23% | 0.93% | - |
| XYZ | 58.03 | 53.58 | 88.17 | - |
| YUV | 196.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 238 | 0.13 | 0.23 | 0 | 0.07 | 264.44 | 0.61 | 0.83 |
| Hex | CE | B8 | EE | D | 17 | 0 | 7 | 108 | 3D | 53 |
| Octal | 316 | 270 | 356 | 15 | 27 | 0 | 7 | 410 | 75 | 123 |
| Binary | 11001110 | 10111000 | 11101110 | 1101 | 10111 | 0 | 111 | 100001000 | 111101 | 1010011 |
Color Harmonies of #CEB8EE
Complementary color
Monochromatic Colors of #CEB8EE
Black with #CEB8EE
Text Example
Text Example
White with #CEB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8EE; }
p { color: rgb(206,184,238); }
H1.HeaderClassName
{
color: #CEB8EE;
}
.AnyTagClassName
{
color: #CEB8EE;
}
</style>
background-color css
<style>
a { background-color: #CEB8EE; }
a { background-color: rgb(206,184,238); }
div.DivClassName
{
background-color: #CEB8EE;
}
.BgClassName
{
background-color: #CEB8EE;
}
</style>
border-color css
<style>
span { border-color: #CEB8EE; }
span { border-color: rgb(206,184,238); }
td.TdClassName
{
border-color: #CEB8EE;
}
.TagClassName
{
border-color: #CEB8EE;
}
</style>