#EEEADD

Color #EEEADD Buttery White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttery White #EEEADD

Tints of Buttery White #EEEADD

Color information

#EEEADD (or 0xEEEADD) is unknown color: approx Buttery White. HEX triplet: EE, EA and DD. RGB value is (238,234,221). Sum of RGB (Red+Green+Blue) = 238+234+221=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEADD is #111522. Grayscale: #E9E9E9. Windows color (decimal): -1119523 or 14543598. OLE color: 14543598.

HSL color Cylindrical-coordinate representation of color #EEEADD: hue angle of 45.88º degrees, saturation: 0.33, 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 #EEEADD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238234221-
CMYK00.020.070.07
HSL45.88º33.33%90%-
HSV(B)45.88º7.14%93.33%-
XYZ77.7382.2480.18-
YUV233.71120.83131.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=34.34%
G=33.77%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823422100.020.070.0745.8833.3390
HexEEEADD02772e215a
Octal35635233502775641132
Binary1110111011101010110111010101111111011101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEADD; }

 p { color: rgb(238,234,221); }

 H1.HeaderClassName
 {
   color: #EEEADD;
 }
 .AnyTagClassName
 {
   color: #EEEADD;
 }
</style>
background-color css

<style>
 a { background-color: #EEEADD; }

 a { background-color: rgb(238,234,221); }

 div.DivClassName
 {
   background-color: #EEEADD;
 }
 .BgClassName
 {
   background-color: #EEEADD;
 }
</style>
border-color css

<style>
 span { border-color: #EEEADD; }

 span { border-color: rgb(238,234,221); }

 td.TdClassName
 {
   border-color: #EEEADD;
 }
 .TagClassName
 {
   border-color: #EEEADD;
 }
</style>