Shades of Fog #CEB9E3
Tints of Fog #CEB9E3
RGB
CMYK
RGB Variations
Color information
#CEB9E3 (or 0xCEB9E3) is known color: Fog. HEX triplet: CE, B9 and E3. RGB value is (206,185,227). Sum of RGB (Red+Green+Blue) = 206+185+227=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEB9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9E3 is #31461C. Grayscale: #C3C3C3. Windows color (decimal): -3229213 or 14924238. OLE color: 14924238.
HSL color Cylindrical-coordinate representation of color #CEB9E3: hue angle of 270º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB9E3 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 185 | 227 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.11 |
| HSL | 270º | 0.43% | 0.81% | - |
| HSV(B) | 270º | 0.19% | 0.89% | - |
| XYZ | 56.67 | 53.37 | 79.99 | - |
| YUV | 196.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 227 | 0.09 | 0.19 | 0 | 0.11 | 270 | 0.43 | 0.81 |
| Hex | CE | B9 | E3 | 9 | 13 | 0 | B | 10E | 2B | 51 |
| Octal | 316 | 271 | 343 | 11 | 23 | 0 | 13 | 416 | 53 | 121 |
| Binary | 11001110 | 10111001 | 11100011 | 1001 | 10011 | 0 | 1011 | 100001110 | 101011 | 1010001 |
Color Harmonies of #CEB9E3
Complementary color
Monochromatic Colors of #CEB9E3
Black with #CEB9E3
Text Example
Text Example
White with #CEB9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9E3; }
p { color: rgb(206,185,227); }
H1.HeaderClassName
{
color: #CEB9E3;
}
.AnyTagClassName
{
color: #CEB9E3;
}
</style>
background-color css
<style>
a { background-color: #CEB9E3; }
a { background-color: rgb(206,185,227); }
div.DivClassName
{
background-color: #CEB9E3;
}
.BgClassName
{
background-color: #CEB9E3;
}
</style>
border-color css
<style>
span { border-color: #CEB9E3; }
span { border-color: rgb(206,185,227); }
td.TdClassName
{
border-color: #CEB9E3;
}
.TagClassName
{
border-color: #CEB9E3;
}
</style>