Shades of Fog #CEBDE1
Tints of Fog #CEBDE1
RGB
CMYK
RGB Variations
Color information
#CEBDE1 (or 0xCEBDE1) is known color: Fog. HEX triplet: CE, BD and E1. RGB value is (206,189,225). Sum of RGB (Red+Green+Blue) = 206+189+225=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDE1 is #31421E. Grayscale: #C6C6C6. Windows color (decimal): -3228191 or 14794190. OLE color: 14794190.
HSL color Cylindrical-coordinate representation of color #CEBDE1: hue angle of 268.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBDE1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 189 | 225 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.12 |
| HSL | 268.33º | 0.38% | 0.81% | - |
| HSV(B) | 268.33º | 0.16% | 0.88% | - |
| XYZ | 57.24 | 54.95 | 78.82 | - |
| YUV | 198.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 225 | 0.08 | 0.16 | 0 | 0.12 | 268.33 | 0.38 | 0.81 |
| Hex | CE | BD | E1 | 8 | 10 | 0 | C | 10C | 26 | 51 |
| Octal | 316 | 275 | 341 | 10 | 20 | 0 | 14 | 414 | 46 | 121 |
| Binary | 11001110 | 10111101 | 11100001 | 1000 | 10000 | 0 | 1100 | 100001100 | 100110 | 1010001 |
Color Harmonies of #CEBDE1
Complementary color
Monochromatic Colors of #CEBDE1
Black with #CEBDE1
Text Example
Text Example
White with #CEBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDE1; }
p { color: rgb(206,189,225); }
H1.HeaderClassName
{
color: #CEBDE1;
}
.AnyTagClassName
{
color: #CEBDE1;
}
</style>
background-color css
<style>
a { background-color: #CEBDE1; }
a { background-color: rgb(206,189,225); }
div.DivClassName
{
background-color: #CEBDE1;
}
.BgClassName
{
background-color: #CEBDE1;
}
</style>
border-color css
<style>
span { border-color: #CEBDE1; }
span { border-color: rgb(206,189,225); }
td.TdClassName
{
border-color: #CEBDE1;
}
.TagClassName
{
border-color: #CEBDE1;
}
</style>