Shades of Fog #CEBEE2
Tints of Fog #CEBEE2
RGB
CMYK
RGB Variations
Color information
#CEBEE2 (or 0xCEBEE2) is known color: Fog. HEX triplet: CE, BE and E2. RGB value is (206,190,226). Sum of RGB (Red+Green+Blue) = 206+190+226=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE2 is #31411D. Grayscale: #C6C6C6. Windows color (decimal): -3227934 or 14859982. OLE color: 14859982.
HSL color Cylindrical-coordinate representation of color #CEBEE2: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBEE2 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 190 | 226 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.11 |
| HSL | 266.67º | 0.38% | 0.82% | - |
| HSV(B) | 266.67º | 0.16% | 0.89% | - |
| XYZ | 57.59 | 55.44 | 79.62 | - |
| YUV | 198.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 226 | 0.09 | 0.16 | 0 | 0.11 | 266.67 | 0.38 | 0.82 |
| Hex | CE | BE | E2 | 9 | 10 | 0 | B | 10B | 26 | 52 |
| Octal | 316 | 276 | 342 | 11 | 20 | 0 | 13 | 413 | 46 | 122 |
| Binary | 11001110 | 10111110 | 11100010 | 1001 | 10000 | 0 | 1011 | 100001011 | 100110 | 1010010 |
Color Harmonies of #CEBEE2
Complementary color
Monochromatic Colors of #CEBEE2
Black with #CEBEE2
Text Example
Text Example
White with #CEBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEE2; }
p { color: rgb(206,190,226); }
H1.HeaderClassName
{
color: #CEBEE2;
}
.AnyTagClassName
{
color: #CEBEE2;
}
</style>
background-color css
<style>
a { background-color: #CEBEE2; }
a { background-color: rgb(206,190,226); }
div.DivClassName
{
background-color: #CEBEE2;
}
.BgClassName
{
background-color: #CEBEE2;
}
</style>
border-color css
<style>
span { border-color: #CEBEE2; }
span { border-color: rgb(206,190,226); }
td.TdClassName
{
border-color: #CEBEE2;
}
.TagClassName
{
border-color: #CEBEE2;
}
</style>