Shades of Fog #CEB5F5
Tints of Fog #CEB5F5
RGB
CMYK
RGB Variations
Color information
#CEB5F5 (or 0xCEB5F5) is known color: Fog. HEX triplet: CE, B5 and F5. RGB value is (206,181,245). Sum of RGB (Red+Green+Blue) = 206+181+245=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEB5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5F5 is #314A0A. Grayscale: #C3C3C3. Windows color (decimal): -3230219 or 16102862. OLE color: 16102862.
HSL color Cylindrical-coordinate representation of color #CEB5F5: hue angle of 263.44º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB5F5 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 181 | 245 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.04 |
| HSL | 263.44º | 0.76% | 0.84% | - |
| HSV(B) | 263.44º | 0.26% | 0.96% | - |
| XYZ | 58.46 | 52.76 | 93.49 | - |
| YUV | 195.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 245 | 0.16 | 0.26 | 0 | 0.04 | 263.44 | 0.76 | 0.84 |
| Hex | CE | B5 | F5 | 10 | 1A | 0 | 4 | 107 | 4C | 54 |
| Octal | 316 | 265 | 365 | 20 | 32 | 0 | 4 | 407 | 114 | 124 |
| Binary | 11001110 | 10110101 | 11110101 | 10000 | 11010 | 0 | 100 | 100000111 | 1001100 | 1010100 |
Color Harmonies of #CEB5F5
Complementary color
Monochromatic Colors of #CEB5F5
Black with #CEB5F5
Text Example
Text Example
White with #CEB5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5F5; }
p { color: rgb(206,181,245); }
H1.HeaderClassName
{
color: #CEB5F5;
}
.AnyTagClassName
{
color: #CEB5F5;
}
</style>
background-color css
<style>
a { background-color: #CEB5F5; }
a { background-color: rgb(206,181,245); }
div.DivClassName
{
background-color: #CEB5F5;
}
.BgClassName
{
background-color: #CEB5F5;
}
</style>
border-color css
<style>
span { border-color: #CEB5F5; }
span { border-color: rgb(206,181,245); }
td.TdClassName
{
border-color: #CEB5F5;
}
.TagClassName
{
border-color: #CEB5F5;
}
</style>