Shades of Fog #CEBEEC
Tints of Fog #CEBEEC
RGB
CMYK
RGB Variations
Color information
#CEBEEC (or 0xCEBEEC) is known color: Fog. HEX triplet: CE, BE and EC. RGB value is (206,190,236). Sum of RGB (Red+Green+Blue) = 206+190+236=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEEC is #314113. Grayscale: #C7C7C7. Windows color (decimal): -3227924 or 15515342. OLE color: 15515342.
HSL color Cylindrical-coordinate representation of color #CEBEEC: hue angle of 260.87º degrees, saturation: 0.55, 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 #CEBEEC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 190 | 236 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.07 |
| HSL | 260.87º | 0.55% | 0.84% | - |
| HSV(B) | 260.87º | 0.19% | 0.93% | - |
| XYZ | 59.01 | 56 | 87.06 | - |
| YUV | 200.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 236 | 0.13 | 0.19 | 0 | 0.07 | 260.87 | 0.55 | 0.84 |
| Hex | CE | BE | EC | D | 13 | 0 | 7 | 105 | 37 | 54 |
| Octal | 316 | 276 | 354 | 15 | 23 | 0 | 7 | 405 | 67 | 124 |
| Binary | 11001110 | 10111110 | 11101100 | 1101 | 10011 | 0 | 111 | 100000101 | 110111 | 1010100 |
Color Harmonies of #CEBEEC
Complementary color
Monochromatic Colors of #CEBEEC
Black with #CEBEEC
Text Example
Text Example
White with #CEBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEEC; }
p { color: rgb(206,190,236); }
H1.HeaderClassName
{
color: #CEBEEC;
}
.AnyTagClassName
{
color: #CEBEEC;
}
</style>
background-color css
<style>
a { background-color: #CEBEEC; }
a { background-color: rgb(206,190,236); }
div.DivClassName
{
background-color: #CEBEEC;
}
.BgClassName
{
background-color: #CEBEEC;
}
</style>
border-color css
<style>
span { border-color: #CEBEEC; }
span { border-color: rgb(206,190,236); }
td.TdClassName
{
border-color: #CEBEEC;
}
.TagClassName
{
border-color: #CEBEEC;
}
</style>