#e6cca4

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

Shades of Dairy Cream #E6CCA4

Tints of Dairy Cream #E6CCA4

Color information

#E6CCA4 (or 0xE6CCA4) is unknown color: approx Dairy Cream. HEX triplet: E6, CC and A4. RGB value is (230,204,164). Sum of RGB (Red+Green+Blue) = 230+204+164=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCA4 is #19335B. Grayscale: #CFCFCF. Windows color (decimal): -1651548 or 10800358. OLE color: 10800358.

HSL color Cylindrical-coordinate representation of color #E6CCA4: hue angle of 36.36º degrees, saturation: 0.57, 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 #E6CCA4 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB230204164-
CMYK00.110.290.10
HSL36.36º56.9%77.25%-
HSV(B)36.36º28.7%90.2%-
XYZ60.9362.6944.01-
YUV207.21103.61144.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.46%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 164 (64.45% from 255) = 27.42%
R=38.46%
G=34.11%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020416400.110.290.1036.3656.977.25
HexE6CCA40B1DA24394d
Octal34631424401335124471115
Binary111001101100110010100100010111110110101001001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6cca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6cca4; }

 p { color: rgb(230,204,164); }

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

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

 a { background-color: rgb(230,204,164); }

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

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

 span { border-color: rgb(230,204,164); }

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