Shades of Fog #CEBDF6
Tints of Fog #CEBDF6
RGB
CMYK
RGB Variations
Color information
#CEBDF6 (or 0xCEBDF6) is known color: Fog. HEX triplet: CE, BD and F6. RGB value is (206,189,246). Sum of RGB (Red+Green+Blue) = 206+189+246=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDF6 is #314209. Grayscale: #C8C8C8. Windows color (decimal): -3228170 or 16170446. OLE color: 16170446.
HSL color Cylindrical-coordinate representation of color #CEBDF6: hue angle of 257.89º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBDF6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 189 | 246 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.04 |
| HSL | 257.89º | 0.76% | 0.85% | - |
| HSV(B) | 257.89º | 0.23% | 0.96% | - |
| XYZ | 60.29 | 56.17 | 94.85 | - |
| YUV | 200.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 246 | 0.16 | 0.23 | 0 | 0.04 | 257.89 | 0.76 | 0.85 |
| Hex | CE | BD | F6 | 10 | 17 | 0 | 4 | 102 | 4C | 55 |
| Octal | 316 | 275 | 366 | 20 | 27 | 0 | 4 | 402 | 114 | 125 |
| Binary | 11001110 | 10111101 | 11110110 | 10000 | 10111 | 0 | 100 | 100000010 | 1001100 | 1010101 |
Color Harmonies of #CEBDF6
Complementary color
Monochromatic Colors of #CEBDF6
Black with #CEBDF6
Text Example
Text Example
White with #CEBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDF6; }
p { color: rgb(206,189,246); }
H1.HeaderClassName
{
color: #CEBDF6;
}
.AnyTagClassName
{
color: #CEBDF6;
}
</style>
background-color css
<style>
a { background-color: #CEBDF6; }
a { background-color: rgb(206,189,246); }
div.DivClassName
{
background-color: #CEBDF6;
}
.BgClassName
{
background-color: #CEBDF6;
}
</style>
border-color css
<style>
span { border-color: #CEBDF6; }
span { border-color: rgb(206,189,246); }
td.TdClassName
{
border-color: #CEBDF6;
}
.TagClassName
{
border-color: #CEBDF6;
}
</style>