Shades of Fog #CEBAFD
Tints of Fog #CEBAFD
RGB
CMYK
RGB Variations
Color information
#CEBAFD (or 0xCEBAFD) is known color: Fog. HEX triplet: CE, BA and FD. RGB value is (206,186,253). Sum of RGB (Red+Green+Blue) = 206+186+253=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAFD is #314502. Grayscale: #C7C7C7. Windows color (decimal): -3228931 or 16628430. OLE color: 16628430.
HSL color Cylindrical-coordinate representation of color #CEBAFD: hue angle of 257.91º degrees, saturation: 0.94, 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 #CEBAFD is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 186 | 253 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.01 |
| HSL | 257.91º | 0.94% | 0.86% | - |
| HSV(B) | 257.91º | 0.26% | 0.99% | - |
| XYZ | 60.74 | 55.33 | 100.41 | - |
| YUV | 199.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 253 | 0.19 | 0.26 | 0 | 0.01 | 257.91 | 0.94 | 0.86 |
| Hex | CE | BA | FD | 13 | 1A | 0 | 1 | 102 | 5E | 56 |
| Octal | 316 | 272 | 375 | 23 | 32 | 0 | 1 | 402 | 136 | 126 |
| Binary | 11001110 | 10111010 | 11111101 | 10011 | 11010 | 0 | 1 | 100000010 | 1011110 | 1010110 |
Color Harmonies of #CEBAFD
Complementary color
Monochromatic Colors of #CEBAFD
Black with #CEBAFD
Text Example
Text Example
White with #CEBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAFD; }
p { color: rgb(206,186,253); }
H1.HeaderClassName
{
color: #CEBAFD;
}
.AnyTagClassName
{
color: #CEBAFD;
}
</style>
background-color css
<style>
a { background-color: #CEBAFD; }
a { background-color: rgb(206,186,253); }
div.DivClassName
{
background-color: #CEBAFD;
}
.BgClassName
{
background-color: #CEBAFD;
}
</style>
border-color css
<style>
span { border-color: #CEBAFD; }
span { border-color: rgb(206,186,253); }
td.TdClassName
{
border-color: #CEBAFD;
}
.TagClassName
{
border-color: #CEBAFD;
}
</style>