#E8CDA5

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

Shades of Dairy Cream #E8CDA5

Tints of Dairy Cream #E8CDA5

Color information

#E8CDA5 (or 0xE8CDA5) is unknown color: approx Dairy Cream. HEX triplet: E8, CD and A5. RGB value is (232,205,165). Sum of RGB (Red+Green+Blue) = 232+205+165=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDA5 is #17325A. Grayscale: #D0D0D0. Windows color (decimal): -1520219 or 10866152. OLE color: 10866152.

HSL color Cylindrical-coordinate representation of color #E8CDA5: hue angle of 35.82º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8CDA5 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB232205165-
CMYK00.120.290.09
HSL35.82º59.29%77.84%-
HSV(B)35.82º28.88%90.98%-
XYZ61.963.5444.6-
YUV208.51103.45144.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.54%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 165 (64.84% from 255) = 27.41%
R=38.54%
G=34.05%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220516500.120.290.0935.8259.2977.84
HexE8CDA50C1D9243b4e
Octal35031524501435114473116
Binary111010001100110110100101011001110110011001001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDA5; }

 p { color: rgb(232,205,165); }

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

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

 a { background-color: rgb(232,205,165); }

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

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

 span { border-color: rgb(232,205,165); }

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