#E5CDA3

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

Shades of Dairy Cream #E5CDA3

Tints of Dairy Cream #E5CDA3

Color information

#E5CDA3 (or 0xE5CDA3) is unknown color: approx Dairy Cream. HEX triplet: E5, CD and A3. RGB value is (229,205,163). Sum of RGB (Red+Green+Blue) = 229+205+163=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDA3 is #1A325C. Grayscale: #CFCFCF. Windows color (decimal): -1716829 or 10735077. OLE color: 10735077.

HSL color Cylindrical-coordinate representation of color #E5CDA3: hue angle of 38.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5CDA3 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB229205163-
CMYK00.100.290.10
HSL38.18º55.93%76.86%-
HSV(B)38.18º28.82%89.8%-
XYZ60.7662.9743.6-
YUV207.39102.95143.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 163 (64.06% from 255) = 27.30%
R=38.36%
G=34.34%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920516300.100.290.1038.1855.9376.86
HexE5CDA30A1DA26384d
Octal34531524301235124670115
Binary111001011100110110100011010101110110101001101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDA3; }

 p { color: rgb(229,205,163); }

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

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

 a { background-color: rgb(229,205,163); }

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

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

 span { border-color: rgb(229,205,163); }

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