Shades of Chiffon #EAF1C3
Tints of Chiffon #EAF1C3
RGB
CMYK
RGB Variations
Color information
#EAF1C3 (or 0xEAF1C3) is known color: Chiffon. HEX triplet: EA, F1 and C3. RGB value is (234,241,195). Sum of RGB (Red+Green+Blue) = 234+241+195=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1C3 is #150E3C. Grayscale: #E9E9E9. Windows color (decimal): -1379901 or 12841450. OLE color: 12841450.
HSL color Cylindrical-coordinate representation of color #EAF1C3: hue angle of 69.13º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAF1C3 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 195 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.05 |
| HSL | 69.13º | 0.62% | 0.85% | - |
| HSV(B) | 69.13º | 0.19% | 0.95% | - |
| XYZ | 75.24 | 84.34 | 63.94 | - |
| YUV | 233.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 195 | 0.03 | 0 | 0.19 | 0.05 | 69.13 | 0.62 | 0.85 |
| Hex | EA | F1 | C3 | 3 | 0 | 13 | 5 | 45 | 3E | 55 |
| Octal | 352 | 361 | 303 | 3 | 0 | 23 | 5 | 105 | 76 | 125 |
| Binary | 11101010 | 11110001 | 11000011 | 11 | 0 | 10011 | 101 | 1000101 | 111110 | 1010101 |
Color Harmonies of #EAF1C3
Complementary color
Monochromatic Colors of #EAF1C3
Black with #EAF1C3
Text Example
Text Example
White with #EAF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1C3; }
p { color: rgb(234,241,195); }
H1.HeaderClassName
{
color: #EAF1C3;
}
.AnyTagClassName
{
color: #EAF1C3;
}
</style>
background-color css
<style>
a { background-color: #EAF1C3; }
a { background-color: rgb(234,241,195); }
div.DivClassName
{
background-color: #EAF1C3;
}
.BgClassName
{
background-color: #EAF1C3;
}
</style>
border-color css
<style>
span { border-color: #EAF1C3; }
span { border-color: rgb(234,241,195); }
td.TdClassName
{
border-color: #EAF1C3;
}
.TagClassName
{
border-color: #EAF1C3;
}
</style>