Shades of Fog #CEBDE2
Tints of Fog #CEBDE2
RGB
CMYK
RGB Variations
Color information
#CEBDE2 (or 0xCEBDE2) is known color: Fog. HEX triplet: CE, BD and E2. RGB value is (206,189,226). Sum of RGB (Red+Green+Blue) = 206+189+226=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDE2 is #31421D. Grayscale: #C6C6C6. Windows color (decimal): -3228190 or 14859726. OLE color: 14859726.
HSL color Cylindrical-coordinate representation of color #CEBDE2: hue angle of 267.57º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBDE2 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 189 | 226 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.11 |
| HSL | 267.57º | 0.39% | 0.81% | - |
| HSV(B) | 267.57º | 0.16% | 0.89% | - |
| XYZ | 57.38 | 55.01 | 79.54 | - |
| YUV | 198.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 226 | 0.09 | 0.16 | 0 | 0.11 | 267.57 | 0.39 | 0.81 |
| Hex | CE | BD | E2 | 9 | 10 | 0 | B | 10C | 27 | 51 |
| Octal | 316 | 275 | 342 | 11 | 20 | 0 | 13 | 414 | 47 | 121 |
| Binary | 11001110 | 10111101 | 11100010 | 1001 | 10000 | 0 | 1011 | 100001100 | 100111 | 1010001 |
Color Harmonies of #CEBDE2
Complementary color
Monochromatic Colors of #CEBDE2
Black with #CEBDE2
Text Example
Text Example
White with #CEBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDE2; }
p { color: rgb(206,189,226); }
H1.HeaderClassName
{
color: #CEBDE2;
}
.AnyTagClassName
{
color: #CEBDE2;
}
</style>
background-color css
<style>
a { background-color: #CEBDE2; }
a { background-color: rgb(206,189,226); }
div.DivClassName
{
background-color: #CEBDE2;
}
.BgClassName
{
background-color: #CEBDE2;
}
</style>
border-color css
<style>
span { border-color: #CEBDE2; }
span { border-color: rgb(206,189,226); }
td.TdClassName
{
border-color: #CEBDE2;
}
.TagClassName
{
border-color: #CEBDE2;
}
</style>