#EED3A1

Color #EED3A1 Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EED3A1

Tints of Dairy Cream #EED3A1

Color information

#EED3A1 (or 0xEED3A1) is unknown color: approx Dairy Cream. HEX triplet: EE, D3 and A1. RGB value is (238,211,161). Sum of RGB (Red+Green+Blue) = 238+211+161=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3A1 is #112C5E. Grayscale: #D5D5D5. Windows color (decimal): -1125471 or 10605550. OLE color: 10605550.

HSL color Cylindrical-coordinate representation of color #EED3A1: hue angle of 38.96º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EED3A1 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238211161-
CMYK00.110.320.07
HSL38.96º69.37%78.24%-
HSV(B)38.96º32.35%93.33%-
XYZ64.9967.3443.29-
YUV213.3798.45145.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=39.02%
G=34.59%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821116100.110.320.0738.9669.3778.24
HexEED3A10B20727454e
Octal35632324101340747105116
Binary1110111011010011101000010101110000011110011110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3A1; }

 p { color: rgb(238,211,161); }

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

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

 a { background-color: rgb(238,211,161); }

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

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

 span { border-color: rgb(238,211,161); }

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