Shades of Fog #CEBCF2
Tints of Fog #CEBCF2
RGB
CMYK
RGB Variations
Color information
#CEBCF2 (or 0xCEBCF2) is known color: Fog. HEX triplet: CE, BC and F2. RGB value is (206,188,242). Sum of RGB (Red+Green+Blue) = 206+188+242=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCF2 is #31430D. Grayscale: #C7C7C7. Windows color (decimal): -3228430 or 15908046. OLE color: 15908046.
HSL color Cylindrical-coordinate representation of color #CEBCF2: hue angle of 260º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBCF2 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 188 | 242 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.05 |
| HSL | 260º | 0.68% | 0.84% | - |
| HSV(B) | 260º | 0.22% | 0.95% | - |
| XYZ | 59.46 | 55.5 | 91.58 | - |
| YUV | 199.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 242 | 0.15 | 0.22 | 0 | 0.05 | 260 | 0.68 | 0.84 |
| Hex | CE | BC | F2 | F | 16 | 0 | 5 | 104 | 44 | 54 |
| Octal | 316 | 274 | 362 | 17 | 26 | 0 | 5 | 404 | 104 | 124 |
| Binary | 11001110 | 10111100 | 11110010 | 1111 | 10110 | 0 | 101 | 100000100 | 1000100 | 1010100 |
Color Harmonies of #CEBCF2
Complementary color
Monochromatic Colors of #CEBCF2
Black with #CEBCF2
Text Example
Text Example
White with #CEBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCF2; }
p { color: rgb(206,188,242); }
H1.HeaderClassName
{
color: #CEBCF2;
}
.AnyTagClassName
{
color: #CEBCF2;
}
</style>
background-color css
<style>
a { background-color: #CEBCF2; }
a { background-color: rgb(206,188,242); }
div.DivClassName
{
background-color: #CEBCF2;
}
.BgClassName
{
background-color: #CEBCF2;
}
</style>
border-color css
<style>
span { border-color: #CEBCF2; }
span { border-color: rgb(206,188,242); }
td.TdClassName
{
border-color: #CEBCF2;
}
.TagClassName
{
border-color: #CEBCF2;
}
</style>