Shades of Fog #CEBDEB
Tints of Fog #CEBDEB
RGB
CMYK
RGB Variations
Color information
#CEBDEB (or 0xCEBDEB) is known color: Fog. HEX triplet: CE, BD and EB. RGB value is (206,189,235). Sum of RGB (Red+Green+Blue) = 206+189+235=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDEB is #314214. Grayscale: #C7C7C7. Windows color (decimal): -3228181 or 15449550. OLE color: 15449550.
HSL color Cylindrical-coordinate representation of color #CEBDEB: hue angle of 262.17º degrees, saturation: 0.53, 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 #CEBDEB is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 189 | 235 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.08 |
| HSL | 262.17º | 0.53% | 0.83% | - |
| HSV(B) | 262.17º | 0.2% | 0.92% | - |
| XYZ | 58.65 | 55.52 | 86.22 | - |
| YUV | 199.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 235 | 0.12 | 0.20 | 0 | 0.08 | 262.17 | 0.53 | 0.83 |
| Hex | CE | BD | EB | C | 14 | 0 | 8 | 106 | 35 | 53 |
| Octal | 316 | 275 | 353 | 14 | 24 | 0 | 10 | 406 | 65 | 123 |
| Binary | 11001110 | 10111101 | 11101011 | 1100 | 10100 | 0 | 1000 | 100000110 | 110101 | 1010011 |
Color Harmonies of #CEBDEB
Complementary color
Monochromatic Colors of #CEBDEB
Black with #CEBDEB
Text Example
Text Example
White with #CEBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDEB; }
p { color: rgb(206,189,235); }
H1.HeaderClassName
{
color: #CEBDEB;
}
.AnyTagClassName
{
color: #CEBDEB;
}
</style>
background-color css
<style>
a { background-color: #CEBDEB; }
a { background-color: rgb(206,189,235); }
div.DivClassName
{
background-color: #CEBDEB;
}
.BgClassName
{
background-color: #CEBDEB;
}
</style>
border-color css
<style>
span { border-color: #CEBDEB; }
span { border-color: rgb(206,189,235); }
td.TdClassName
{
border-color: #CEBDEB;
}
.TagClassName
{
border-color: #CEBDEB;
}
</style>