Shades of Fog #CEBAFC
Tints of Fog #CEBAFC
RGB
CMYK
RGB Variations
Color information
#CEBAFC (or 0xCEBAFC) is known color: Fog. HEX triplet: CE, BA and FC. RGB value is (206,186,252). Sum of RGB (Red+Green+Blue) = 206+186+252=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAFC is #314503. Grayscale: #C7C7C7. Windows color (decimal): -3228932 or 16562894. OLE color: 16562894.
HSL color Cylindrical-coordinate representation of color #CEBAFC: hue angle of 258.18º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEBAFC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 186 | 252 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.01 |
| HSL | 258.18º | 0.92% | 0.86% | - |
| HSV(B) | 258.18º | 0.26% | 0.99% | - |
| XYZ | 60.58 | 55.27 | 99.57 | - |
| YUV | 199.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 252 | 0.18 | 0.26 | 0 | 0.01 | 258.18 | 0.92 | 0.86 |
| Hex | CE | BA | FC | 12 | 1A | 0 | 1 | 102 | 5C | 56 |
| Octal | 316 | 272 | 374 | 22 | 32 | 0 | 1 | 402 | 134 | 126 |
| Binary | 11001110 | 10111010 | 11111100 | 10010 | 11010 | 0 | 1 | 100000010 | 1011100 | 1010110 |
Color Harmonies of #CEBAFC
Complementary color
Monochromatic Colors of #CEBAFC
Black with #CEBAFC
Text Example
Text Example
White with #CEBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAFC; }
p { color: rgb(206,186,252); }
H1.HeaderClassName
{
color: #CEBAFC;
}
.AnyTagClassName
{
color: #CEBAFC;
}
</style>
background-color css
<style>
a { background-color: #CEBAFC; }
a { background-color: rgb(206,186,252); }
div.DivClassName
{
background-color: #CEBAFC;
}
.BgClassName
{
background-color: #CEBAFC;
}
</style>
border-color css
<style>
span { border-color: #CEBAFC; }
span { border-color: rgb(206,186,252); }
td.TdClassName
{
border-color: #CEBAFC;
}
.TagClassName
{
border-color: #CEBAFC;
}
</style>