#E9CDA6

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

Shades of Dairy Cream #E9CDA6

Tints of Dairy Cream #E9CDA6

Color information

#E9CDA6 (or 0xE9CDA6) is unknown color: approx Dairy Cream. HEX triplet: E9, CD and A6. RGB value is (233,205,166). Sum of RGB (Red+Green+Blue) = 233+205+166=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDA6 is #163259. Grayscale: #D1D1D1. Windows color (decimal): -1454682 or 10931689. OLE color: 10931689.

HSL color Cylindrical-coordinate representation of color #E9CDA6: hue angle of 34.93º degrees, saturation: 0.6, 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 #E9CDA6 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB233205166-
CMYK00.120.290.09
HSL34.93º60.36%78.24%-
HSV(B)34.93º28.76%91.37%-
XYZ62.3263.7445.09-
YUV208.93103.78145.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=38.58%
G=33.94%
B=27.48%

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
Decimal23320516600.120.290.0934.9360.3678.24
HexE9CDA60C1D9233c4e
Octal35131524601435114374116
Binary111010011100110110100110011001110110011000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDA6; }

 p { color: rgb(233,205,166); }

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

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

 a { background-color: rgb(233,205,166); }

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

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

 span { border-color: rgb(233,205,166); }

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