Shades of Fog #CEBEEA
Tints of Fog #CEBEEA
RGB
CMYK
RGB Variations
Color information
#CEBEEA (or 0xCEBEEA) is known color: Fog. HEX triplet: CE, BE and EA. RGB value is (206,190,234). Sum of RGB (Red+Green+Blue) = 206+190+234=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEEA is #314115. Grayscale: #C7C7C7. Windows color (decimal): -3227926 or 15384270. OLE color: 15384270.
HSL color Cylindrical-coordinate representation of color #CEBEEA: hue angle of 261.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBEEA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 190 | 234 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.08 |
| HSL | 261.82º | 0.51% | 0.83% | - |
| HSV(B) | 261.82º | 0.19% | 0.92% | - |
| XYZ | 58.72 | 55.89 | 85.53 | - |
| YUV | 199.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 234 | 0.12 | 0.19 | 0 | 0.08 | 261.82 | 0.51 | 0.83 |
| Hex | CE | BE | EA | C | 13 | 0 | 8 | 106 | 33 | 53 |
| Octal | 316 | 276 | 352 | 14 | 23 | 0 | 10 | 406 | 63 | 123 |
| Binary | 11001110 | 10111110 | 11101010 | 1100 | 10011 | 0 | 1000 | 100000110 | 110011 | 1010011 |
Color Harmonies of #CEBEEA
Complementary color
Monochromatic Colors of #CEBEEA
Black with #CEBEEA
Text Example
Text Example
White with #CEBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEEA; }
p { color: rgb(206,190,234); }
H1.HeaderClassName
{
color: #CEBEEA;
}
.AnyTagClassName
{
color: #CEBEEA;
}
</style>
background-color css
<style>
a { background-color: #CEBEEA; }
a { background-color: rgb(206,190,234); }
div.DivClassName
{
background-color: #CEBEEA;
}
.BgClassName
{
background-color: #CEBEEA;
}
</style>
border-color css
<style>
span { border-color: #CEBEEA; }
span { border-color: rgb(206,190,234); }
td.TdClassName
{
border-color: #CEBEEA;
}
.TagClassName
{
border-color: #CEBEEA;
}
</style>