#E7CDA8

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

Shades of Dairy Cream #E7CDA8

Tints of Dairy Cream #E7CDA8

Color information

#E7CDA8 (or 0xE7CDA8) is unknown color: approx Dairy Cream. HEX triplet: E7, CD and A8. RGB value is (231,205,168). Sum of RGB (Red+Green+Blue) = 231+205+168=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDA8 is #183257. Grayscale: #D0D0D0. Windows color (decimal): -1585752 or 11062759. OLE color: 11062759.

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

Color convert

RGB231205168-
CMYK00.110.270.09
HSL35.24º56.76%78.24%-
HSV(B)35.24º27.27%90.59%-
XYZ61.8563.4846.04-
YUV208.56105.11144.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 168 (66.02% from 255) = 27.81%
R=38.25%
G=33.94%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120516800.110.270.0935.2456.7678.24
HexE7CDA80B1B923394e
Octal34731525001333114371116
Binary111001111100110110101000010111101110011000111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDA8; }

 p { color: rgb(231,205,168); }

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

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

 a { background-color: rgb(231,205,168); }

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

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

 span { border-color: rgb(231,205,168); }

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