Shades of Fog #CEBFEC
Tints of Fog #CEBFEC
RGB
CMYK
RGB Variations
Color information
#CEBFEC (or 0xCEBFEC) is known color: Fog. HEX triplet: CE, BF and EC. RGB value is (206,191,236). Sum of RGB (Red+Green+Blue) = 206+191+236=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFEC is #314013. Grayscale: #C8C8C8. Windows color (decimal): -3227668 or 15515598. OLE color: 15515598.
HSL color Cylindrical-coordinate representation of color #CEBFEC: hue angle of 260º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBFEC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 191 | 236 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.07 |
| HSL | 260º | 0.54% | 0.84% | - |
| HSV(B) | 260º | 0.19% | 0.93% | - |
| XYZ | 59.22 | 56.44 | 87.13 | - |
| YUV | 200.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 236 | 0.13 | 0.19 | 0 | 0.07 | 260 | 0.54 | 0.84 |
| Hex | CE | BF | EC | D | 13 | 0 | 7 | 104 | 36 | 54 |
| Octal | 316 | 277 | 354 | 15 | 23 | 0 | 7 | 404 | 66 | 124 |
| Binary | 11001110 | 10111111 | 11101100 | 1101 | 10011 | 0 | 111 | 100000100 | 110110 | 1010100 |
Color Harmonies of #CEBFEC
Complementary color
Monochromatic Colors of #CEBFEC
Black with #CEBFEC
Text Example
Text Example
White with #CEBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFEC; }
p { color: rgb(206,191,236); }
H1.HeaderClassName
{
color: #CEBFEC;
}
.AnyTagClassName
{
color: #CEBFEC;
}
</style>
background-color css
<style>
a { background-color: #CEBFEC; }
a { background-color: rgb(206,191,236); }
div.DivClassName
{
background-color: #CEBFEC;
}
.BgClassName
{
background-color: #CEBFEC;
}
</style>
border-color css
<style>
span { border-color: #CEBFEC; }
span { border-color: rgb(206,191,236); }
td.TdClassName
{
border-color: #CEBFEC;
}
.TagClassName
{
border-color: #CEBFEC;
}
</style>