Shades of Buttery White #EDE9DF
Tints of Buttery White #EDE9DF
RGB
CMYK
RGB Variations
Color information
#EDE9DF (or 0xEDE9DF) is known color: Buttery White. HEX triplet: ED, E9 and DF. RGB value is (237,233,223). Sum of RGB (Red+Green+Blue) = 237+233+223=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9DF is #121620. Grayscale: #E9E9E9. Windows color (decimal): -1185313 or 14674413. OLE color: 14674413.
HSL color Cylindrical-coordinate representation of color #EDE9DF: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE9DF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 233 | 223 | - |
CMYK | 0 | 0.02 | 0.06 | 0.07 |
HSL | 42.86º | 0.28% | 0.9% | - |
HSV(B) | 42.86º | 0.06% | 0.93% | - |
XYZ | 77.38 | 81.61 | 81.49 | - |
YUV | 233.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 223 | 0 | 0.02 | 0.06 | 0.07 | 42.86 | 0.28 | 0.9 |
Hex | ED | E9 | DF | 0 | 2 | 6 | 7 | 2B | 1C | 5A |
Octal | 355 | 351 | 337 | 0 | 2 | 6 | 7 | 53 | 34 | 132 |
Binary | 11101101 | 11101001 | 11011111 | 0 | 10 | 110 | 111 | 101011 | 11100 | 1011010 |
Color Harmonies of #EDE9DF
Complementary color
Monochromatic Colors of #EDE9DF
Black with #EDE9DF
Text Example
Text Example
White with #EDE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9DF; }
p { color: rgb(237,233,223); }
H1.HeaderClassName
{
color: #EDE9DF;
}
.AnyTagClassName
{
color: #EDE9DF;
}
</style>
background-color css
<style>
a { background-color: #EDE9DF; }
a { background-color: rgb(237,233,223); }
div.DivClassName
{
background-color: #EDE9DF;
}
.BgClassName
{
background-color: #EDE9DF;
}
</style>
border-color css
<style>
span { border-color: #EDE9DF; }
span { border-color: rgb(237,233,223); }
td.TdClassName
{
border-color: #EDE9DF;
}
.TagClassName
{
border-color: #EDE9DF;
}
</style>