Shades of Fog #CEBCEB
Tints of Fog #CEBCEB
RGB
CMYK
RGB Variations
Color information
#CEBCEB (or 0xCEBCEB) is known color: Fog. HEX triplet: CE, BC and EB. RGB value is (206,188,235). Sum of RGB (Red+Green+Blue) = 206+188+235=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCEB is #314314. Grayscale: #C6C6C6. Windows color (decimal): -3228437 or 15449294. OLE color: 15449294.
HSL color Cylindrical-coordinate representation of color #CEBCEB: hue angle of 262.98º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBCEB is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 188 | 235 | - |
| CMYK | 0.12 | 0.2 | 0 | 0.08 |
| HSL | 262.98º | 0.54% | 0.83% | - |
| HSV(B) | 262.98º | 0.2% | 0.92% | - |
| XYZ | 58.43 | 55.09 | 86.15 | - |
| YUV | 198.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 235 | 0.12 | 0.2 | 0 | 0.08 | 262.98 | 0.54 | 0.83 |
| Hex | CE | BC | EB | C | 14 | 0 | 8 | 107 | 36 | 53 |
| Octal | 316 | 274 | 353 | 14 | 24 | 0 | 10 | 407 | 66 | 123 |
| Binary | 11001110 | 10111100 | 11101011 | 1100 | 10100 | 0 | 1000 | 100000111 | 110110 | 1010011 |
Color Harmonies of #CEBCEB
Complementary color
Monochromatic Colors of #CEBCEB
Black with #CEBCEB
Text Example
Text Example
White with #CEBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCEB; }
p { color: rgb(206,188,235); }
H1.HeaderClassName
{
color: #CEBCEB;
}
.AnyTagClassName
{
color: #CEBCEB;
}
</style>
background-color css
<style>
a { background-color: #CEBCEB; }
a { background-color: rgb(206,188,235); }
div.DivClassName
{
background-color: #CEBCEB;
}
.BgClassName
{
background-color: #CEBCEB;
}
</style>
border-color css
<style>
span { border-color: #CEBCEB; }
span { border-color: rgb(206,188,235); }
td.TdClassName
{
border-color: #CEBCEB;
}
.TagClassName
{
border-color: #CEBCEB;
}
</style>