Shades of Fog #CEBDE9
Tints of Fog #CEBDE9
RGB
CMYK
RGB Variations
Color information
#CEBDE9 (or 0xCEBDE9) is known color: Fog. HEX triplet: CE, BD and E9. RGB value is (206,189,233). Sum of RGB (Red+Green+Blue) = 206+189+233=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDE9 is #314216. Grayscale: #C6C6C6. Windows color (decimal): -3228183 or 15318478. OLE color: 15318478.
HSL color Cylindrical-coordinate representation of color #CEBDE9: hue angle of 263.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBDE9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 189 | 233 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 263.18º | 0.5% | 0.83% | - |
| HSV(B) | 263.18º | 0.19% | 0.91% | - |
| XYZ | 58.36 | 55.4 | 84.71 | - |
| YUV | 199.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 233 | 0.12 | 0.19 | 0 | 0.09 | 263.18 | 0.5 | 0.83 |
| Hex | CE | BD | E9 | C | 13 | 0 | 9 | 107 | 32 | 53 |
| Octal | 316 | 275 | 351 | 14 | 23 | 0 | 11 | 407 | 62 | 123 |
| Binary | 11001110 | 10111101 | 11101001 | 1100 | 10011 | 0 | 1001 | 100000111 | 110010 | 1010011 |
Color Harmonies of #CEBDE9
Complementary color
Monochromatic Colors of #CEBDE9
Black with #CEBDE9
Text Example
Text Example
White with #CEBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDE9; }
p { color: rgb(206,189,233); }
H1.HeaderClassName
{
color: #CEBDE9;
}
.AnyTagClassName
{
color: #CEBDE9;
}
</style>
background-color css
<style>
a { background-color: #CEBDE9; }
a { background-color: rgb(206,189,233); }
div.DivClassName
{
background-color: #CEBDE9;
}
.BgClassName
{
background-color: #CEBDE9;
}
</style>
border-color css
<style>
span { border-color: #CEBDE9; }
span { border-color: rgb(206,189,233); }
td.TdClassName
{
border-color: #CEBDE9;
}
.TagClassName
{
border-color: #CEBDE9;
}
</style>