Shades of Chiffon #EDFDB8
Tints of Chiffon #EDFDB8
RGB
CMYK
RGB Variations
Color information
#EDFDB8 (or 0xEDFDB8) is known color: Chiffon. HEX triplet: ED, FD and B8. RGB value is (237,253,184). Sum of RGB (Red+Green+Blue) = 237+253+184=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 184 (72.27% from 255 or 27.30% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDB8 is #120247. Grayscale: #F0F0F0. Windows color (decimal): -1180232 or 12123629. OLE color: 12123629.
HSL color Cylindrical-coordinate representation of color #EDFDB8: hue angle of 73.91º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDFDB8 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 184 | - |
CMYK | 0.06 | 0 | 0.27 | 0.01 |
HSL | 73.91º | 0.95% | 0.86% | - |
HSV(B) | 73.91º | 0.27% | 0.99% | - |
XYZ | 78.7 | 91.72 | 58.9 | - |
YUV | 240.35 | 96.2 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 184 | 0.06 | 0 | 0.27 | 0.01 | 73.91 | 0.95 | 0.86 |
Hex | ED | FD | B8 | 6 | 0 | 1B | 1 | 4A | 5F | 56 |
Octal | 355 | 375 | 270 | 6 | 0 | 33 | 1 | 112 | 137 | 126 |
Binary | 11101101 | 11111101 | 10111000 | 110 | 0 | 11011 | 1 | 1001010 | 1011111 | 1010110 |
Color Harmonies of #EDFDB8
Complementary color
Monochromatic Colors of #EDFDB8
Black with #EDFDB8
Text Example
Text Example
White with #EDFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDB8; }
p { color: rgb(237,253,184); }
H1.HeaderClassName
{
color: #EDFDB8;
}
.AnyTagClassName
{
color: #EDFDB8;
}
</style>
background-color css
<style>
a { background-color: #EDFDB8; }
a { background-color: rgb(237,253,184); }
div.DivClassName
{
background-color: #EDFDB8;
}
.BgClassName
{
background-color: #EDFDB8;
}
</style>
border-color css
<style>
span { border-color: #EDFDB8; }
span { border-color: rgb(237,253,184); }
td.TdClassName
{
border-color: #EDFDB8;
}
.TagClassName
{
border-color: #EDFDB8;
}
</style>