Shades of Fog #CEB5E8
Tints of Fog #CEB5E8
RGB
CMYK
RGB Variations
Color information
#CEB5E8 (or 0xCEB5E8) is known color: Fog. HEX triplet: CE, B5 and E8. RGB value is (206,181,232). Sum of RGB (Red+Green+Blue) = 206+181+232=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5E8 is #314A17. Grayscale: #C2C2C2. Windows color (decimal): -3230232 or 15250894. OLE color: 15250894.
HSL color Cylindrical-coordinate representation of color #CEB5E8: hue angle of 269.41º degrees, saturation: 0.53, 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 #CEB5E8 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 181 | 232 | - |
CMYK | 0.11 | 0.22 | 0 | 0.09 |
HSL | 269.41º | 0.53% | 0.81% | - |
HSV(B) | 269.41º | 0.22% | 0.91% | - |
XYZ | 56.54 | 52 | 83.4 | - |
YUV | 194.29 | 149.28 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 232 | 0.11 | 0.22 | 0 | 0.09 | 269.41 | 0.53 | 0.81 |
Hex | CE | B5 | E8 | B | 16 | 0 | 9 | 10D | 35 | 51 |
Octal | 316 | 265 | 350 | 13 | 26 | 0 | 11 | 415 | 65 | 121 |
Binary | 11001110 | 10110101 | 11101000 | 1011 | 10110 | 0 | 1001 | 100001101 | 110101 | 1010001 |
Color Harmonies of #CEB5E8
Complementary color
Monochromatic Colors of #CEB5E8
Black with #CEB5E8
Text Example
Text Example
White with #CEB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5E8; }
p { color: rgb(206,181,232); }
H1.HeaderClassName
{
color: #CEB5E8;
}
.AnyTagClassName
{
color: #CEB5E8;
}
</style>
background-color css
<style>
a { background-color: #CEB5E8; }
a { background-color: rgb(206,181,232); }
div.DivClassName
{
background-color: #CEB5E8;
}
.BgClassName
{
background-color: #CEB5E8;
}
</style>
border-color css
<style>
span { border-color: #CEB5E8; }
span { border-color: rgb(206,181,232); }
td.TdClassName
{
border-color: #CEB5E8;
}
.TagClassName
{
border-color: #CEB5E8;
}
</style>