Shades of Fog #CEBDE3
Tints of Fog #CEBDE3
RGB
CMYK
RGB Variations
Color information
#CEBDE3 (or 0xCEBDE3) is known color: Fog. HEX triplet: CE, BD and E3. RGB value is (206,189,227). Sum of RGB (Red+Green+Blue) = 206+189+227=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDE3 is #31421C. Grayscale: #C6C6C6. Windows color (decimal): -3228189 or 14925262. OLE color: 14925262.
HSL color Cylindrical-coordinate representation of color #CEBDE3: hue angle of 266.84º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBDE3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 189 | 227 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.11 |
| HSL | 266.84º | 0.4% | 0.82% | - |
| HSV(B) | 266.84º | 0.17% | 0.89% | - |
| XYZ | 57.52 | 55.06 | 80.27 | - |
| YUV | 198.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 227 | 0.09 | 0.17 | 0 | 0.11 | 266.84 | 0.4 | 0.82 |
| Hex | CE | BD | E3 | 9 | 11 | 0 | B | 10B | 28 | 52 |
| Octal | 316 | 275 | 343 | 11 | 21 | 0 | 13 | 413 | 50 | 122 |
| Binary | 11001110 | 10111101 | 11100011 | 1001 | 10001 | 0 | 1011 | 100001011 | 101000 | 1010010 |
Color Harmonies of #CEBDE3
Complementary color
Monochromatic Colors of #CEBDE3
Black with #CEBDE3
Text Example
Text Example
White with #CEBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDE3; }
p { color: rgb(206,189,227); }
H1.HeaderClassName
{
color: #CEBDE3;
}
.AnyTagClassName
{
color: #CEBDE3;
}
</style>
background-color css
<style>
a { background-color: #CEBDE3; }
a { background-color: rgb(206,189,227); }
div.DivClassName
{
background-color: #CEBDE3;
}
.BgClassName
{
background-color: #CEBDE3;
}
</style>
border-color css
<style>
span { border-color: #CEBDE3; }
span { border-color: rgb(206,189,227); }
td.TdClassName
{
border-color: #CEBDE3;
}
.TagClassName
{
border-color: #CEBDE3;
}
</style>