Shades of Fog #CEBEE3
Tints of Fog #CEBEE3
RGB
CMYK
RGB Variations
Color information
#CEBEE3 (or 0xCEBEE3) is known color: Fog. HEX triplet: CE, BE and E3. RGB value is (206,190,227). Sum of RGB (Red+Green+Blue) = 206+190+227=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE3 is #31411C. Grayscale: #C6C6C6. Windows color (decimal): -3227933 or 14925518. OLE color: 14925518.
HSL color Cylindrical-coordinate representation of color #CEBEE3: hue angle of 265.95º degrees, saturation: 0.4, 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 #CEBEE3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 190 | 227 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.11 |
| HSL | 265.95º | 0.4% | 0.82% | - |
| HSV(B) | 265.95º | 0.16% | 0.89% | - |
| XYZ | 57.73 | 55.49 | 80.34 | - |
| YUV | 199 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 227 | 0.09 | 0.16 | 0 | 0.11 | 265.95 | 0.4 | 0.82 |
| Hex | CE | BE | E3 | 9 | 10 | 0 | B | 10A | 28 | 52 |
| Octal | 316 | 276 | 343 | 11 | 20 | 0 | 13 | 412 | 50 | 122 |
| Binary | 11001110 | 10111110 | 11100011 | 1001 | 10000 | 0 | 1011 | 100001010 | 101000 | 1010010 |
Color Harmonies of #CEBEE3
Complementary color
Monochromatic Colors of #CEBEE3
Black with #CEBEE3
Text Example
Text Example
White with #CEBEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEE3; }
p { color: rgb(206,190,227); }
H1.HeaderClassName
{
color: #CEBEE3;
}
.AnyTagClassName
{
color: #CEBEE3;
}
</style>
background-color css
<style>
a { background-color: #CEBEE3; }
a { background-color: rgb(206,190,227); }
div.DivClassName
{
background-color: #CEBEE3;
}
.BgClassName
{
background-color: #CEBEE3;
}
</style>
border-color css
<style>
span { border-color: #CEBEE3; }
span { border-color: rgb(206,190,227); }
td.TdClassName
{
border-color: #CEBEE3;
}
.TagClassName
{
border-color: #CEBEE3;
}
</style>