Shades of Chiffon #E6F2BA
Tints of Chiffon #E6F2BA
RGB
CMYK
RGB Variations
Color information
#E6F2BA (or 0xE6F2BA) is known color: Chiffon. HEX triplet: E6, F2 and BA. RGB value is (230,242,186). Sum of RGB (Red+Green+Blue) = 230+242+186=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2BA is #190D45. Grayscale: #E8E8E8. Windows color (decimal): -1641798 or 12251878. OLE color: 12251878.
HSL color Cylindrical-coordinate representation of color #E6F2BA: hue angle of 72.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6F2BA is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 186 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.05 |
| HSL | 72.86º | 0.68% | 0.84% | - |
| HSV(B) | 72.86º | 0.23% | 0.95% | - |
| XYZ | 73.25 | 83.87 | 58.78 | - |
| YUV | 232.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 186 | 0.05 | 0 | 0.23 | 0.05 | 72.86 | 0.68 | 0.84 |
| Hex | E6 | F2 | BA | 5 | 0 | 17 | 5 | 49 | 44 | 54 |
| Octal | 346 | 362 | 272 | 5 | 0 | 27 | 5 | 111 | 104 | 124 |
| Binary | 11100110 | 11110010 | 10111010 | 101 | 0 | 10111 | 101 | 1001001 | 1000100 | 1010100 |
Color Harmonies of #E6F2BA
Complementary color
Monochromatic Colors of #E6F2BA
Black with #E6F2BA
Text Example
Text Example
White with #E6F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2BA; }
p { color: rgb(230,242,186); }
H1.HeaderClassName
{
color: #E6F2BA;
}
.AnyTagClassName
{
color: #E6F2BA;
}
</style>
background-color css
<style>
a { background-color: #E6F2BA; }
a { background-color: rgb(230,242,186); }
div.DivClassName
{
background-color: #E6F2BA;
}
.BgClassName
{
background-color: #E6F2BA;
}
</style>
border-color css
<style>
span { border-color: #E6F2BA; }
span { border-color: rgb(230,242,186); }
td.TdClassName
{
border-color: #E6F2BA;
}
.TagClassName
{
border-color: #E6F2BA;
}
</style>