Shades of Fog #CEB4EA
Tints of Fog #CEB4EA
RGB
CMYK
RGB Variations
Color information
#CEB4EA (or 0xCEB4EA) is known color: Fog. HEX triplet: CE, B4 and EA. RGB value is (206,180,234). Sum of RGB (Red+Green+Blue) = 206+180+234=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB4EA is #314B15. Grayscale: #C1C1C1. Windows color (decimal): -3230486 or 15381710. OLE color: 15381710.
HSL color Cylindrical-coordinate representation of color #CEB4EA: hue angle of 268.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB4EA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 180 | 234 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.08 |
| HSL | 268.89º | 0.56% | 0.81% | - |
| HSV(B) | 268.89º | 0.23% | 0.92% | - |
| XYZ | 56.63 | 51.7 | 84.84 | - |
| YUV | 193.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 234 | 0.12 | 0.23 | 0 | 0.08 | 268.89 | 0.56 | 0.81 |
| Hex | CE | B4 | EA | C | 17 | 0 | 8 | 10D | 38 | 51 |
| Octal | 316 | 264 | 352 | 14 | 27 | 0 | 10 | 415 | 70 | 121 |
| Binary | 11001110 | 10110100 | 11101010 | 1100 | 10111 | 0 | 1000 | 100001101 | 111000 | 1010001 |
Color Harmonies of #CEB4EA
Complementary color
Monochromatic Colors of #CEB4EA
Black with #CEB4EA
Text Example
Text Example
White with #CEB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4EA; }
p { color: rgb(206,180,234); }
H1.HeaderClassName
{
color: #CEB4EA;
}
.AnyTagClassName
{
color: #CEB4EA;
}
</style>
background-color css
<style>
a { background-color: #CEB4EA; }
a { background-color: rgb(206,180,234); }
div.DivClassName
{
background-color: #CEB4EA;
}
.BgClassName
{
background-color: #CEB4EA;
}
</style>
border-color css
<style>
span { border-color: #CEB4EA; }
span { border-color: rgb(206,180,234); }
td.TdClassName
{
border-color: #CEB4EA;
}
.TagClassName
{
border-color: #CEB4EA;
}
</style>