Shades of Fog #CEBEE0
Tints of Fog #CEBEE0
RGB
CMYK
RGB Variations
Color information
#CEBEE0 (or 0xCEBEE0) is known color: Fog. HEX triplet: CE, BE and E0. RGB value is (206,190,224). Sum of RGB (Red+Green+Blue) = 206+190+224=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE0 is #31411F. Grayscale: #C6C6C6. Windows color (decimal): -3227936 or 14728910. OLE color: 14728910.
HSL color Cylindrical-coordinate representation of color #CEBEE0: hue angle of 268.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBEE0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 190 | 224 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.12 |
| HSL | 268.24º | 0.35% | 0.81% | - |
| HSV(B) | 268.24º | 0.15% | 0.88% | - |
| XYZ | 57.32 | 55.33 | 78.18 | - |
| YUV | 198.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 224 | 0.08 | 0.15 | 0 | 0.12 | 268.24 | 0.35 | 0.81 |
| Hex | CE | BE | E0 | 8 | F | 0 | C | 10C | 23 | 51 |
| Octal | 316 | 276 | 340 | 10 | 17 | 0 | 14 | 414 | 43 | 121 |
| Binary | 11001110 | 10111110 | 11100000 | 1000 | 1111 | 0 | 1100 | 100001100 | 100011 | 1010001 |
Color Harmonies of #CEBEE0
Complementary color
Monochromatic Colors of #CEBEE0
Black with #CEBEE0
Text Example
Text Example
White with #CEBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEE0; }
p { color: rgb(206,190,224); }
H1.HeaderClassName
{
color: #CEBEE0;
}
.AnyTagClassName
{
color: #CEBEE0;
}
</style>
background-color css
<style>
a { background-color: #CEBEE0; }
a { background-color: rgb(206,190,224); }
div.DivClassName
{
background-color: #CEBEE0;
}
.BgClassName
{
background-color: #CEBEE0;
}
</style>
border-color css
<style>
span { border-color: #CEBEE0; }
span { border-color: rgb(206,190,224); }
td.TdClassName
{
border-color: #CEBEE0;
}
.TagClassName
{
border-color: #CEBEE0;
}
</style>