Shades of Fog #CEBFEE
Tints of Fog #CEBFEE
RGB
CMYK
RGB Variations
Color information
#CEBFEE (or 0xCEBFEE) is known color: Fog. HEX triplet: CE, BF and EE. RGB value is (206,191,238). Sum of RGB (Red+Green+Blue) = 206+191+238=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFEE is #314011. Grayscale: #C8C8C8. Windows color (decimal): -3227666 or 15646670. OLE color: 15646670.
HSL color Cylindrical-coordinate representation of color #CEBFEE: hue angle of 259.15º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBFEE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 191 | 238 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.07 |
| HSL | 259.15º | 0.58% | 0.84% | - |
| HSV(B) | 259.15º | 0.2% | 0.93% | - |
| XYZ | 59.52 | 56.56 | 88.67 | - |
| YUV | 200.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 238 | 0.13 | 0.20 | 0 | 0.07 | 259.15 | 0.58 | 0.84 |
| Hex | CE | BF | EE | D | 14 | 0 | 7 | 103 | 3A | 54 |
| Octal | 316 | 277 | 356 | 15 | 24 | 0 | 7 | 403 | 72 | 124 |
| Binary | 11001110 | 10111111 | 11101110 | 1101 | 10100 | 0 | 111 | 100000011 | 111010 | 1010100 |
Color Harmonies of #CEBFEE
Complementary color
Monochromatic Colors of #CEBFEE
Black with #CEBFEE
Text Example
Text Example
White with #CEBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFEE; }
p { color: rgb(206,191,238); }
H1.HeaderClassName
{
color: #CEBFEE;
}
.AnyTagClassName
{
color: #CEBFEE;
}
</style>
background-color css
<style>
a { background-color: #CEBFEE; }
a { background-color: rgb(206,191,238); }
div.DivClassName
{
background-color: #CEBFEE;
}
.BgClassName
{
background-color: #CEBFEE;
}
</style>
border-color css
<style>
span { border-color: #CEBFEE; }
span { border-color: rgb(206,191,238); }
td.TdClassName
{
border-color: #CEBFEE;
}
.TagClassName
{
border-color: #CEBFEE;
}
</style>