Shades of Fog #CEBFE1
Tints of Fog #CEBFE1
RGB
CMYK
RGB Variations
Color information
#CEBFE1 (or 0xCEBFE1) is known color: Fog. HEX triplet: CE, BF and E1. RGB value is (206,191,225). Sum of RGB (Red+Green+Blue) = 206+191+225=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFE1 is #31401E. Grayscale: #C7C7C7. Windows color (decimal): -3227679 or 14794702. OLE color: 14794702.
HSL color Cylindrical-coordinate representation of color #CEBFE1: hue angle of 266.47º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBFE1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 191 | 225 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.12 |
| HSL | 266.47º | 0.36% | 0.82% | - |
| HSV(B) | 266.47º | 0.15% | 0.88% | - |
| XYZ | 57.68 | 55.82 | 78.97 | - |
| YUV | 199.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 225 | 0.08 | 0.15 | 0 | 0.12 | 266.47 | 0.36 | 0.82 |
| Hex | CE | BF | E1 | 8 | F | 0 | C | 10A | 24 | 52 |
| Octal | 316 | 277 | 341 | 10 | 17 | 0 | 14 | 412 | 44 | 122 |
| Binary | 11001110 | 10111111 | 11100001 | 1000 | 1111 | 0 | 1100 | 100001010 | 100100 | 1010010 |
Color Harmonies of #CEBFE1
Complementary color
Monochromatic Colors of #CEBFE1
Black with #CEBFE1
Text Example
Text Example
White with #CEBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFE1; }
p { color: rgb(206,191,225); }
H1.HeaderClassName
{
color: #CEBFE1;
}
.AnyTagClassName
{
color: #CEBFE1;
}
</style>
background-color css
<style>
a { background-color: #CEBFE1; }
a { background-color: rgb(206,191,225); }
div.DivClassName
{
background-color: #CEBFE1;
}
.BgClassName
{
background-color: #CEBFE1;
}
</style>
border-color css
<style>
span { border-color: #CEBFE1; }
span { border-color: rgb(206,191,225); }
td.TdClassName
{
border-color: #CEBFE1;
}
.TagClassName
{
border-color: #CEBFE1;
}
</style>