Shades of Fog #CEBAEC
Tints of Fog #CEBAEC
RGB
CMYK
RGB Variations
Color information
#CEBAEC (or 0xCEBAEC) is known color: Fog. HEX triplet: CE, BA and EC. RGB value is (206,186,236). Sum of RGB (Red+Green+Blue) = 206+186+236=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAEC is #314513. Grayscale: #C5C5C5. Windows color (decimal): -3228948 or 15514318. OLE color: 15514318.
HSL color Cylindrical-coordinate representation of color #CEBAEC: hue angle of 264º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBAEC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 186 | 236 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 264º | 0.57% | 0.83% | - |
| HSV(B) | 264º | 0.21% | 0.93% | - |
| XYZ | 58.15 | 54.3 | 86.77 | - |
| YUV | 197.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 236 | 0.13 | 0.21 | 0 | 0.07 | 264 | 0.57 | 0.83 |
| Hex | CE | BA | EC | D | 15 | 0 | 7 | 108 | 39 | 53 |
| Octal | 316 | 272 | 354 | 15 | 25 | 0 | 7 | 410 | 71 | 123 |
| Binary | 11001110 | 10111010 | 11101100 | 1101 | 10101 | 0 | 111 | 100001000 | 111001 | 1010011 |
Color Harmonies of #CEBAEC
Complementary color
Monochromatic Colors of #CEBAEC
Black with #CEBAEC
Text Example
Text Example
White with #CEBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAEC; }
p { color: rgb(206,186,236); }
H1.HeaderClassName
{
color: #CEBAEC;
}
.AnyTagClassName
{
color: #CEBAEC;
}
</style>
background-color css
<style>
a { background-color: #CEBAEC; }
a { background-color: rgb(206,186,236); }
div.DivClassName
{
background-color: #CEBAEC;
}
.BgClassName
{
background-color: #CEBAEC;
}
</style>
border-color css
<style>
span { border-color: #CEBAEC; }
span { border-color: rgb(206,186,236); }
td.TdClassName
{
border-color: #CEBAEC;
}
.TagClassName
{
border-color: #CEBAEC;
}
</style>