Shades of Fog #CEBCFD
Tints of Fog #CEBCFD
RGB
CMYK
RGB Variations
Color information
#CEBCFD (or 0xCEBCFD) is known color: Fog. HEX triplet: CE, BC and FD. RGB value is (206,188,253). Sum of RGB (Red+Green+Blue) = 206+188+253=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCFD is #314302. Grayscale: #C8C8C8. Windows color (decimal): -3228419 or 16628942. OLE color: 16628942.
HSL color Cylindrical-coordinate representation of color #CEBCFD: hue angle of 256.62º 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 #CEBCFD is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 188 | 253 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.01 |
| HSL | 256.62º | 0.94% | 0.86% | - |
| HSV(B) | 256.62º | 0.26% | 0.99% | - |
| XYZ | 61.17 | 56.18 | 100.55 | - |
| YUV | 200.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 253 | 0.19 | 0.26 | 0 | 0.01 | 256.62 | 0.94 | 0.86 |
| Hex | CE | BC | FD | 13 | 1A | 0 | 1 | 101 | 5E | 56 |
| Octal | 316 | 274 | 375 | 23 | 32 | 0 | 1 | 401 | 136 | 126 |
| Binary | 11001110 | 10111100 | 11111101 | 10011 | 11010 | 0 | 1 | 100000001 | 1011110 | 1010110 |
Color Harmonies of #CEBCFD
Complementary color
Monochromatic Colors of #CEBCFD
Black with #CEBCFD
Text Example
Text Example
White with #CEBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCFD; }
p { color: rgb(206,188,253); }
H1.HeaderClassName
{
color: #CEBCFD;
}
.AnyTagClassName
{
color: #CEBCFD;
}
</style>
background-color css
<style>
a { background-color: #CEBCFD; }
a { background-color: rgb(206,188,253); }
div.DivClassName
{
background-color: #CEBCFD;
}
.BgClassName
{
background-color: #CEBCFD;
}
</style>
border-color css
<style>
span { border-color: #CEBCFD; }
span { border-color: rgb(206,188,253); }
td.TdClassName
{
border-color: #CEBCFD;
}
.TagClassName
{
border-color: #CEBCFD;
}
</style>