Shades of Buttery White #EEEADE
Tints of Buttery White #EEEADE
RGB
CMYK
RGB Variations
Color information
#EEEADE (or 0xEEEADE) is known color: Buttery White. HEX triplet: EE, EA and DE. RGB value is (238,234,222). Sum of RGB (Red+Green+Blue) = 238+234+222=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEADE is #111521. Grayscale: #E9E9E9. Windows color (decimal): -1119522 or 14609134. OLE color: 14609134.
HSL color Cylindrical-coordinate representation of color #EEEADE: hue angle of 45º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEADE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 234 | 222 | - |
CMYK | 0 | 0.02 | 0.07 | 0.07 |
HSL | 45º | 0.32% | 0.9% | - |
HSV(B) | 45º | 0.07% | 0.93% | - |
XYZ | 77.87 | 82.3 | 80.89 | - |
YUV | 233.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 234 | 222 | 0 | 0.02 | 0.07 | 0.07 | 45 | 0.32 | 0.9 |
Hex | EE | EA | DE | 0 | 2 | 7 | 7 | 2D | 20 | 5A |
Octal | 356 | 352 | 336 | 0 | 2 | 7 | 7 | 55 | 40 | 132 |
Binary | 11101110 | 11101010 | 11011110 | 0 | 10 | 111 | 111 | 101101 | 100000 | 1011010 |
Color Harmonies of #EEEADE
Complementary color
Monochromatic Colors of #EEEADE
Black with #EEEADE
Text Example
Text Example
White with #EEEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEADE; }
p { color: rgb(238,234,222); }
H1.HeaderClassName
{
color: #EEEADE;
}
.AnyTagClassName
{
color: #EEEADE;
}
</style>
background-color css
<style>
a { background-color: #EEEADE; }
a { background-color: rgb(238,234,222); }
div.DivClassName
{
background-color: #EEEADE;
}
.BgClassName
{
background-color: #EEEADE;
}
</style>
border-color css
<style>
span { border-color: #EEEADE; }
span { border-color: rgb(238,234,222); }
td.TdClassName
{
border-color: #EEEADE;
}
.TagClassName
{
border-color: #EEEADE;
}
</style>