#EACDA7

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

Shades of Dairy Cream #EACDA7

Tints of Dairy Cream #EACDA7

Color information

#EACDA7 (or 0xEACDA7) is unknown color: approx Dairy Cream. HEX triplet: EA, CD and A7. RGB value is (234,205,167). Sum of RGB (Red+Green+Blue) = 234+205+167=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA7 is #153258. Grayscale: #D1D1D1. Windows color (decimal): -1389145 or 10997226. OLE color: 10997226.

HSL color Cylindrical-coordinate representation of color #EACDA7: hue angle of 34.03º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACDA7 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234205167-
CMYK00.120.290.08
HSL34.03º61.47%78.63%-
HSV(B)34.03º28.63%91.76%-
XYZ62.7463.9545.6-
YUV209.34104.11145.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 167 (65.62% from 255) = 27.56%
R=38.61%
G=33.83%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420516700.120.290.0834.0361.4778.63
HexEACDA70C1D8223d4f
Octal35231524701435104275117
Binary111010101100110110100111011001110110001000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDA7; }

 p { color: rgb(234,205,167); }

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

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

 a { background-color: rgb(234,205,167); }

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

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

 span { border-color: rgb(234,205,167); }

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