Shades of Fog #CEB5EE
Tints of Fog #CEB5EE
RGB
CMYK
RGB Variations
Color information
#CEB5EE (or 0xCEB5EE) is known color: Fog. HEX triplet: CE, B5 and EE. RGB value is (206,181,238). Sum of RGB (Red+Green+Blue) = 206+181+238=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5EE is #314A11. Grayscale: #C2C2C2. Windows color (decimal): -3230226 or 15644110. OLE color: 15644110.
HSL color Cylindrical-coordinate representation of color #CEB5EE: hue angle of 266.32º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB5EE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 181 | 238 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.07 |
| HSL | 266.32º | 0.63% | 0.82% | - |
| HSV(B) | 266.32º | 0.24% | 0.93% | - |
| XYZ | 57.41 | 52.34 | 87.97 | - |
| YUV | 194.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 238 | 0.13 | 0.24 | 0 | 0.07 | 266.32 | 0.63 | 0.82 |
| Hex | CE | B5 | EE | D | 18 | 0 | 7 | 10A | 3F | 52 |
| Octal | 316 | 265 | 356 | 15 | 30 | 0 | 7 | 412 | 77 | 122 |
| Binary | 11001110 | 10110101 | 11101110 | 1101 | 11000 | 0 | 111 | 100001010 | 111111 | 1010010 |
Color Harmonies of #CEB5EE
Complementary color
Monochromatic Colors of #CEB5EE
Black with #CEB5EE
Text Example
Text Example
White with #CEB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5EE; }
p { color: rgb(206,181,238); }
H1.HeaderClassName
{
color: #CEB5EE;
}
.AnyTagClassName
{
color: #CEB5EE;
}
</style>
background-color css
<style>
a { background-color: #CEB5EE; }
a { background-color: rgb(206,181,238); }
div.DivClassName
{
background-color: #CEB5EE;
}
.BgClassName
{
background-color: #CEB5EE;
}
</style>
border-color css
<style>
span { border-color: #CEB5EE; }
span { border-color: rgb(206,181,238); }
td.TdClassName
{
border-color: #CEB5EE;
}
.TagClassName
{
border-color: #CEB5EE;
}
</style>