Shades of Fog #CEBDFB
Tints of Fog #CEBDFB
RGB
CMYK
RGB Variations
Color information
#CEBDFB (or 0xCEBDFB) is known color: Fog. HEX triplet: CE, BD and FB. RGB value is (206,189,251). Sum of RGB (Red+Green+Blue) = 206+189+251=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFB is #314204. Grayscale: #C8C8C8. Windows color (decimal): -3228165 or 16498126. OLE color: 16498126.
HSL color Cylindrical-coordinate representation of color #CEBDFB: hue angle of 256.45º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBDFB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 189 | 251 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.02 |
| HSL | 256.45º | 0.89% | 0.86% | - |
| HSV(B) | 256.45º | 0.25% | 0.98% | - |
| XYZ | 61.06 | 56.48 | 98.95 | - |
| YUV | 201.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 251 | 0.18 | 0.25 | 0 | 0.02 | 256.45 | 0.89 | 0.86 |
| Hex | CE | BD | FB | 12 | 19 | 0 | 2 | 100 | 59 | 56 |
| Octal | 316 | 275 | 373 | 22 | 31 | 0 | 2 | 400 | 131 | 126 |
| Binary | 11001110 | 10111101 | 11111011 | 10010 | 11001 | 0 | 10 | 100000000 | 1011001 | 1010110 |
Color Harmonies of #CEBDFB
Complementary color
Monochromatic Colors of #CEBDFB
Black with #CEBDFB
Text Example
Text Example
White with #CEBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDFB; }
p { color: rgb(206,189,251); }
H1.HeaderClassName
{
color: #CEBDFB;
}
.AnyTagClassName
{
color: #CEBDFB;
}
</style>
background-color css
<style>
a { background-color: #CEBDFB; }
a { background-color: rgb(206,189,251); }
div.DivClassName
{
background-color: #CEBDFB;
}
.BgClassName
{
background-color: #CEBDFB;
}
</style>
border-color css
<style>
span { border-color: #CEBDFB; }
span { border-color: rgb(206,189,251); }
td.TdClassName
{
border-color: #CEBDFB;
}
.TagClassName
{
border-color: #CEBDFB;
}
</style>