Shades of Fog #CEB5E7
Tints of Fog #CEB5E7
RGB
CMYK
RGB Variations
Color information
#CEB5E7 (or 0xCEB5E7) is known color: Fog. HEX triplet: CE, B5 and E7. RGB value is (206,181,231). Sum of RGB (Red+Green+Blue) = 206+181+231=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5E7 is #314A18. Grayscale: #C1C1C1. Windows color (decimal): -3230233 or 15185358. OLE color: 15185358.
HSL color Cylindrical-coordinate representation of color #CEB5E7: hue angle of 270º degrees, saturation: 0.51, 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 #CEB5E7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 181 | 231 | - |
CMYK | 0.11 | 0.22 | 0 | 0.09 |
HSL | 270º | 0.51% | 0.81% | - |
HSV(B) | 270º | 0.22% | 0.91% | - |
XYZ | 56.4 | 51.94 | 82.65 | - |
YUV | 194.18 | 148.78 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 231 | 0.11 | 0.22 | 0 | 0.09 | 270 | 0.51 | 0.81 |
Hex | CE | B5 | E7 | B | 16 | 0 | 9 | 10E | 33 | 51 |
Octal | 316 | 265 | 347 | 13 | 26 | 0 | 11 | 416 | 63 | 121 |
Binary | 11001110 | 10110101 | 11100111 | 1011 | 10110 | 0 | 1001 | 100001110 | 110011 | 1010001 |
Color Harmonies of #CEB5E7
Complementary color
Monochromatic Colors of #CEB5E7
Black with #CEB5E7
Text Example
Text Example
White with #CEB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5E7; }
p { color: rgb(206,181,231); }
H1.HeaderClassName
{
color: #CEB5E7;
}
.AnyTagClassName
{
color: #CEB5E7;
}
</style>
background-color css
<style>
a { background-color: #CEB5E7; }
a { background-color: rgb(206,181,231); }
div.DivClassName
{
background-color: #CEB5E7;
}
.BgClassName
{
background-color: #CEB5E7;
}
</style>
border-color css
<style>
span { border-color: #CEB5E7; }
span { border-color: rgb(206,181,231); }
td.TdClassName
{
border-color: #CEB5E7;
}
.TagClassName
{
border-color: #CEB5E7;
}
</style>