Shades of Fog #CEBBE4
Tints of Fog #CEBBE4
RGB
CMYK
RGB Variations
Color information
#CEBBE4 (or 0xCEBBE4) is known color: Fog. HEX triplet: CE, BB and E4. RGB value is (206,187,228). Sum of RGB (Red+Green+Blue) = 206+187+228=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBE4 is #31441B. Grayscale: #C5C5C5. Windows color (decimal): -3228700 or 14990286. OLE color: 14990286.
HSL color Cylindrical-coordinate representation of color #CEBBE4: hue angle of 267.8º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBBE4 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 187 | 228 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.11 |
| HSL | 267.8º | 0.43% | 0.81% | - |
| HSV(B) | 267.8º | 0.18% | 0.89% | - |
| XYZ | 57.23 | 54.26 | 80.86 | - |
| YUV | 197.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 228 | 0.10 | 0.18 | 0 | 0.11 | 267.8 | 0.43 | 0.81 |
| Hex | CE | BB | E4 | A | 12 | 0 | B | 10C | 2B | 51 |
| Octal | 316 | 273 | 344 | 12 | 22 | 0 | 13 | 414 | 53 | 121 |
| Binary | 11001110 | 10111011 | 11100100 | 1010 | 10010 | 0 | 1011 | 100001100 | 101011 | 1010001 |
Color Harmonies of #CEBBE4
Complementary color
Monochromatic Colors of #CEBBE4
Black with #CEBBE4
Text Example
Text Example
White with #CEBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBE4; }
p { color: rgb(206,187,228); }
H1.HeaderClassName
{
color: #CEBBE4;
}
.AnyTagClassName
{
color: #CEBBE4;
}
</style>
background-color css
<style>
a { background-color: #CEBBE4; }
a { background-color: rgb(206,187,228); }
div.DivClassName
{
background-color: #CEBBE4;
}
.BgClassName
{
background-color: #CEBBE4;
}
</style>
border-color css
<style>
span { border-color: #CEBBE4; }
span { border-color: rgb(206,187,228); }
td.TdClassName
{
border-color: #CEBBE4;
}
.TagClassName
{
border-color: #CEBBE4;
}
</style>