#E6CCA8

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

Shades of Dairy Cream #E6CCA8

Tints of Dairy Cream #E6CCA8

Color information

#E6CCA8 (or 0xE6CCA8) is unknown color: approx Dairy Cream. HEX triplet: E6, CC and A8. RGB value is (230,204,168). Sum of RGB (Red+Green+Blue) = 230+204+168=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCA8 is #193357. Grayscale: #CFCFCF. Windows color (decimal): -1651544 or 11062502. OLE color: 11062502.

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

Color convert

RGB230204168-
CMYK00.110.270.10
HSL34.84º55.36%78.04%-
HSV(B)34.84º26.96%90.2%-
XYZ61.2962.8445.94-
YUV207.67105.61143.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 168 (66.02% from 255) = 27.91%
R=38.21%
G=33.89%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020416800.110.270.1034.8455.3678.04
HexE6CCA80B1BA23374e
Octal34631425001333124367116
Binary111001101100110010101000010111101110101000111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCA8; }

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

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

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

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

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

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

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

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