Shades of Fog #CEB7E8
Tints of Fog #CEB7E8
RGB
CMYK
RGB Variations
Color information
#CEB7E8 (or 0xCEB7E8) is known color: Fog. HEX triplet: CE, B7 and E8. RGB value is (206,183,232). Sum of RGB (Red+Green+Blue) = 206+183+232=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7E8 is #314817. Grayscale: #C3C3C3. Windows color (decimal): -3229720 or 15251406. OLE color: 15251406.
HSL color Cylindrical-coordinate representation of color #CEB7E8: hue angle of 268.16º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB7E8 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 183 | 232 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.09 |
| HSL | 268.16º | 0.52% | 0.81% | - |
| HSV(B) | 268.16º | 0.21% | 0.91% | - |
| XYZ | 56.95 | 52.81 | 83.54 | - |
| YUV | 195.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 232 | 0.11 | 0.21 | 0 | 0.09 | 268.16 | 0.52 | 0.81 |
| Hex | CE | B7 | E8 | B | 15 | 0 | 9 | 10C | 34 | 51 |
| Octal | 316 | 267 | 350 | 13 | 25 | 0 | 11 | 414 | 64 | 121 |
| Binary | 11001110 | 10110111 | 11101000 | 1011 | 10101 | 0 | 1001 | 100001100 | 110100 | 1010001 |
Color Harmonies of #CEB7E8
Complementary color
Monochromatic Colors of #CEB7E8
Black with #CEB7E8
Text Example
Text Example
White with #CEB7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7E8; }
p { color: rgb(206,183,232); }
H1.HeaderClassName
{
color: #CEB7E8;
}
.AnyTagClassName
{
color: #CEB7E8;
}
</style>
background-color css
<style>
a { background-color: #CEB7E8; }
a { background-color: rgb(206,183,232); }
div.DivClassName
{
background-color: #CEB7E8;
}
.BgClassName
{
background-color: #CEB7E8;
}
</style>
border-color css
<style>
span { border-color: #CEB7E8; }
span { border-color: rgb(206,183,232); }
td.TdClassName
{
border-color: #CEB7E8;
}
.TagClassName
{
border-color: #CEB7E8;
}
</style>