Shades of Fog #CEBBE5
Tints of Fog #CEBBE5
RGB
CMYK
RGB Variations
Color information
#CEBBE5 (or 0xCEBBE5) is known color: Fog. HEX triplet: CE, BB and E5. RGB value is (206,187,229). Sum of RGB (Red+Green+Blue) = 206+187+229=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE5 is #31441A. Grayscale: #C5C5C5. Windows color (decimal): -3228699 or 15055822. OLE color: 15055822.
HSL color Cylindrical-coordinate representation of color #CEBBE5: hue angle of 267.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBE5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 187 | 229 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.10 |
| HSL | 267.14º | 0.45% | 0.82% | - |
| HSV(B) | 267.14º | 0.18% | 0.9% | - |
| XYZ | 57.37 | 54.32 | 81.59 | - |
| YUV | 197.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 229 | 0.10 | 0.18 | 0 | 0.10 | 267.14 | 0.45 | 0.82 |
| Hex | CE | BB | E5 | A | 12 | 0 | A | 10B | 2D | 52 |
| Octal | 316 | 273 | 345 | 12 | 22 | 0 | 12 | 413 | 55 | 122 |
| Binary | 11001110 | 10111011 | 11100101 | 1010 | 10010 | 0 | 1010 | 100001011 | 101101 | 1010010 |
Color Harmonies of #CEBBE5
Complementary color
Monochromatic Colors of #CEBBE5
Black with #CEBBE5
Text Example
Text Example
White with #CEBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBE5; }
p { color: rgb(206,187,229); }
H1.HeaderClassName
{
color: #CEBBE5;
}
.AnyTagClassName
{
color: #CEBBE5;
}
</style>
background-color css
<style>
a { background-color: #CEBBE5; }
a { background-color: rgb(206,187,229); }
div.DivClassName
{
background-color: #CEBBE5;
}
.BgClassName
{
background-color: #CEBBE5;
}
</style>
border-color css
<style>
span { border-color: #CEBBE5; }
span { border-color: rgb(206,187,229); }
td.TdClassName
{
border-color: #CEBBE5;
}
.TagClassName
{
border-color: #CEBBE5;
}
</style>