#E9CCA6

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

Shades of Dairy Cream #E9CCA6

Tints of Dairy Cream #E9CCA6

Color information

#E9CCA6 (or 0xE9CCA6) is unknown color: approx Dairy Cream. HEX triplet: E9, CC and A6. RGB value is (233,204,166). Sum of RGB (Red+Green+Blue) = 233+204+166=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CCA6 is #163359. Grayscale: #D0D0D0. Windows color (decimal): -1454938 or 10931433. OLE color: 10931433.

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

Color convert

RGB233204166-
CMYK00.120.290.09
HSL34.03º60.36%78.24%-
HSV(B)34.03º28.76%91.37%-
XYZ62.0863.2645.02-
YUV208.34104.11145.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 166 (65.23% from 255) = 27.53%
R=38.64%
G=33.83%
B=27.53%

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
Decimal23320416600.120.290.0934.0360.3678.24
HexE9CCA60C1D9223c4e
Octal35131424601435114274116
Binary111010011100110010100110011001110110011000101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCA6; }

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

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

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

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

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

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

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

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