Shades of Fog #CEB5E9
Tints of Fog #CEB5E9
RGB
CMYK
RGB Variations
Color information
#CEB5E9 (or 0xCEB5E9) is known color: Fog. HEX triplet: CE, B5 and E9. RGB value is (206,181,233). Sum of RGB (Red+Green+Blue) = 206+181+233=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEB5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5E9 is #314A16. Grayscale: #C2C2C2. Windows color (decimal): -3230231 or 15316430. OLE color: 15316430.
HSL color Cylindrical-coordinate representation of color #CEB5E9: hue angle of 268.85º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB5E9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 181 | 233 | - |
CMYK | 0.12 | 0.22 | 0 | 0.09 |
HSL | 268.85º | 0.54% | 0.81% | - |
HSV(B) | 268.85º | 0.22% | 0.91% | - |
XYZ | 56.69 | 52.05 | 84.15 | - |
YUV | 194.4 | 149.78 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 233 | 0.12 | 0.22 | 0 | 0.09 | 268.85 | 0.54 | 0.81 |
Hex | CE | B5 | E9 | C | 16 | 0 | 9 | 10D | 36 | 51 |
Octal | 316 | 265 | 351 | 14 | 26 | 0 | 11 | 415 | 66 | 121 |
Binary | 11001110 | 10110101 | 11101001 | 1100 | 10110 | 0 | 1001 | 100001101 | 110110 | 1010001 |
Color Harmonies of #CEB5E9
Complementary color
Monochromatic Colors of #CEB5E9
Black with #CEB5E9
Text Example
Text Example
White with #CEB5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5E9; }
p { color: rgb(206,181,233); }
H1.HeaderClassName
{
color: #CEB5E9;
}
.AnyTagClassName
{
color: #CEB5E9;
}
</style>
background-color css
<style>
a { background-color: #CEB5E9; }
a { background-color: rgb(206,181,233); }
div.DivClassName
{
background-color: #CEB5E9;
}
.BgClassName
{
background-color: #CEB5E9;
}
</style>
border-color css
<style>
span { border-color: #CEB5E9; }
span { border-color: rgb(206,181,233); }
td.TdClassName
{
border-color: #CEB5E9;
}
.TagClassName
{
border-color: #CEB5E9;
}
</style>