Shades of Chiffon #E6F1B4
Tints of Chiffon #E6F1B4
RGB
CMYK
RGB Variations
Color information
#E6F1B4 (or 0xE6F1B4) is known color: Chiffon. HEX triplet: E6, F1 and B4. RGB value is (230,241,180). Sum of RGB (Red+Green+Blue) = 230+241+180=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1B4 is #190E4B. Grayscale: #E6E6E6. Windows color (decimal): -1642060 or 11858406. OLE color: 11858406.
HSL color Cylindrical-coordinate representation of color #E6F1B4: hue angle of 70.82º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6F1B4 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 180 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.05 |
| HSL | 70.82º | 0.69% | 0.83% | - |
| HSV(B) | 70.82º | 0.25% | 0.95% | - |
| XYZ | 72.33 | 83.03 | 55.39 | - |
| YUV | 230.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 180 | 0.05 | 0 | 0.25 | 0.05 | 70.82 | 0.69 | 0.83 |
| Hex | E6 | F1 | B4 | 5 | 0 | 19 | 5 | 47 | 45 | 53 |
| Octal | 346 | 361 | 264 | 5 | 0 | 31 | 5 | 107 | 105 | 123 |
| Binary | 11100110 | 11110001 | 10110100 | 101 | 0 | 11001 | 101 | 1000111 | 1000101 | 1010011 |
Color Harmonies of #E6F1B4
Complementary color
Monochromatic Colors of #E6F1B4
Black with #E6F1B4
Text Example
Text Example
White with #E6F1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1B4; }
p { color: rgb(230,241,180); }
H1.HeaderClassName
{
color: #E6F1B4;
}
.AnyTagClassName
{
color: #E6F1B4;
}
</style>
background-color css
<style>
a { background-color: #E6F1B4; }
a { background-color: rgb(230,241,180); }
div.DivClassName
{
background-color: #E6F1B4;
}
.BgClassName
{
background-color: #E6F1B4;
}
</style>
border-color css
<style>
span { border-color: #E6F1B4; }
span { border-color: rgb(230,241,180); }
td.TdClassName
{
border-color: #E6F1B4;
}
.TagClassName
{
border-color: #E6F1B4;
}
</style>