Shades of Fog #CEBCE0
Tints of Fog #CEBCE0
RGB
CMYK
RGB Variations
Color information
#CEBCE0 (or 0xCEBCE0) is known color: Fog. HEX triplet: CE, BC and E0. RGB value is (206,188,224). Sum of RGB (Red+Green+Blue) = 206+188+224=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCE0 is #31431F. Grayscale: #C5C5C5. Windows color (decimal): -3228448 or 14728398. OLE color: 14728398.
HSL color Cylindrical-coordinate representation of color #CEBCE0: hue angle of 270º degrees, saturation: 0.37, 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 #CEBCE0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 188 | 224 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.12 |
| HSL | 270º | 0.37% | 0.81% | - |
| HSV(B) | 270º | 0.16% | 0.88% | - |
| XYZ | 56.89 | 54.47 | 78.04 | - |
| YUV | 197.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 224 | 0.08 | 0.16 | 0 | 0.12 | 270 | 0.37 | 0.81 |
| Hex | CE | BC | E0 | 8 | 10 | 0 | C | 10E | 25 | 51 |
| Octal | 316 | 274 | 340 | 10 | 20 | 0 | 14 | 416 | 45 | 121 |
| Binary | 11001110 | 10111100 | 11100000 | 1000 | 10000 | 0 | 1100 | 100001110 | 100101 | 1010001 |
Color Harmonies of #CEBCE0
Complementary color
Monochromatic Colors of #CEBCE0
Black with #CEBCE0
Text Example
Text Example
White with #CEBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCE0; }
p { color: rgb(206,188,224); }
H1.HeaderClassName
{
color: #CEBCE0;
}
.AnyTagClassName
{
color: #CEBCE0;
}
</style>
background-color css
<style>
a { background-color: #CEBCE0; }
a { background-color: rgb(206,188,224); }
div.DivClassName
{
background-color: #CEBCE0;
}
.BgClassName
{
background-color: #CEBCE0;
}
</style>
border-color css
<style>
span { border-color: #CEBCE0; }
span { border-color: rgb(206,188,224); }
td.TdClassName
{
border-color: #CEBCE0;
}
.TagClassName
{
border-color: #CEBCE0;
}
</style>