Shades of Fog #CEB8F1
Tints of Fog #CEB8F1
RGB
CMYK
RGB Variations
Color information
#CEB8F1 (or 0xCEB8F1) is known color: Fog. HEX triplet: CE, B8 and F1. RGB value is (206,184,241). Sum of RGB (Red+Green+Blue) = 206+184+241=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB8F1 is #31470E. Grayscale: #C4C4C4. Windows color (decimal): -3229455 or 15841486. OLE color: 15841486.
HSL color Cylindrical-coordinate representation of color #CEB8F1: hue angle of 263.16º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB8F1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 184 | 241 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.05 |
| HSL | 263.16º | 0.67% | 0.83% | - |
| HSV(B) | 263.16º | 0.24% | 0.95% | - |
| XYZ | 58.47 | 53.75 | 90.51 | - |
| YUV | 197.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 241 | 0.15 | 0.24 | 0 | 0.05 | 263.16 | 0.67 | 0.83 |
| Hex | CE | B8 | F1 | F | 18 | 0 | 5 | 107 | 43 | 53 |
| Octal | 316 | 270 | 361 | 17 | 30 | 0 | 5 | 407 | 103 | 123 |
| Binary | 11001110 | 10111000 | 11110001 | 1111 | 11000 | 0 | 101 | 100000111 | 1000011 | 1010011 |
Color Harmonies of #CEB8F1
Complementary color
Monochromatic Colors of #CEB8F1
Black with #CEB8F1
Text Example
Text Example
White with #CEB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8F1; }
p { color: rgb(206,184,241); }
H1.HeaderClassName
{
color: #CEB8F1;
}
.AnyTagClassName
{
color: #CEB8F1;
}
</style>
background-color css
<style>
a { background-color: #CEB8F1; }
a { background-color: rgb(206,184,241); }
div.DivClassName
{
background-color: #CEB8F1;
}
.BgClassName
{
background-color: #CEB8F1;
}
</style>
border-color css
<style>
span { border-color: #CEB8F1; }
span { border-color: rgb(206,184,241); }
td.TdClassName
{
border-color: #CEB8F1;
}
.TagClassName
{
border-color: #CEB8F1;
}
</style>