Shades of Fog #CEBCDE
Tints of Fog #CEBCDE
RGB
CMYK
RGB Variations
Color information
#CEBCDE (or 0xCEBCDE) is known color: Fog. HEX triplet: CE, BC and DE. RGB value is (206,188,222). Sum of RGB (Red+Green+Blue) = 206+188+222=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCDE is #314321. Grayscale: #C5C5C5. Windows color (decimal): -3228450 or 14597326. OLE color: 14597326.
HSL color Cylindrical-coordinate representation of color #CEBCDE: hue angle of 271.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBCDE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 188 | 222 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 271.76º | 0.34% | 0.8% | - |
| HSV(B) | 271.76º | 0.15% | 0.87% | - |
| XYZ | 56.62 | 54.36 | 76.62 | - |
| YUV | 197.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 222 | 0.07 | 0.15 | 0 | 0.13 | 271.76 | 0.34 | 0.8 |
| Hex | CE | BC | DE | 7 | F | 0 | D | 110 | 22 | 50 |
| Octal | 316 | 274 | 336 | 7 | 17 | 0 | 15 | 420 | 42 | 120 |
| Binary | 11001110 | 10111100 | 11011110 | 111 | 1111 | 0 | 1101 | 100010000 | 100010 | 1010000 |
Color Harmonies of #CEBCDE
Complementary color
Monochromatic Colors of #CEBCDE
Black with #CEBCDE
Text Example
Text Example
White with #CEBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCDE; }
p { color: rgb(206,188,222); }
H1.HeaderClassName
{
color: #CEBCDE;
}
.AnyTagClassName
{
color: #CEBCDE;
}
</style>
background-color css
<style>
a { background-color: #CEBCDE; }
a { background-color: rgb(206,188,222); }
div.DivClassName
{
background-color: #CEBCDE;
}
.BgClassName
{
background-color: #CEBCDE;
}
</style>
border-color css
<style>
span { border-color: #CEBCDE; }
span { border-color: rgb(206,188,222); }
td.TdClassName
{
border-color: #CEBCDE;
}
.TagClassName
{
border-color: #CEBCDE;
}
</style>