Shades of Fog #CEBFE0
Tints of Fog #CEBFE0
RGB
CMYK
RGB Variations
Color information
#CEBFE0 (or 0xCEBFE0) is known color: Fog. HEX triplet: CE, BF and E0. RGB value is (206,191,224). Sum of RGB (Red+Green+Blue) = 206+191+224=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFE0 is #31401F. Grayscale: #C7C7C7. Windows color (decimal): -3227680 or 14729166. OLE color: 14729166.
HSL color Cylindrical-coordinate representation of color #CEBFE0: hue angle of 267.27º 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 #CEBFE0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 191 | 224 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.12 |
| HSL | 267.27º | 0.35% | 0.81% | - |
| HSV(B) | 267.27º | 0.15% | 0.88% | - |
| XYZ | 57.54 | 55.77 | 78.25 | - |
| YUV | 199.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 224 | 0.08 | 0.15 | 0 | 0.12 | 267.27 | 0.35 | 0.81 |
| Hex | CE | BF | E0 | 8 | F | 0 | C | 10B | 23 | 51 |
| Octal | 316 | 277 | 340 | 10 | 17 | 0 | 14 | 413 | 43 | 121 |
| Binary | 11001110 | 10111111 | 11100000 | 1000 | 1111 | 0 | 1100 | 100001011 | 100011 | 1010001 |
Color Harmonies of #CEBFE0
Complementary color
Monochromatic Colors of #CEBFE0
Black with #CEBFE0
Text Example
Text Example
White with #CEBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFE0; }
p { color: rgb(206,191,224); }
H1.HeaderClassName
{
color: #CEBFE0;
}
.AnyTagClassName
{
color: #CEBFE0;
}
</style>
background-color css
<style>
a { background-color: #CEBFE0; }
a { background-color: rgb(206,191,224); }
div.DivClassName
{
background-color: #CEBFE0;
}
.BgClassName
{
background-color: #CEBFE0;
}
</style>
border-color css
<style>
span { border-color: #CEBFE0; }
span { border-color: rgb(206,191,224); }
td.TdClassName
{
border-color: #CEBFE0;
}
.TagClassName
{
border-color: #CEBFE0;
}
</style>