#ECCEA2

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

Shades of Dairy Cream #ECCEA2

Tints of Dairy Cream #ECCEA2

Color information

#ECCEA2 (or 0xECCEA2) is unknown color: approx Dairy Cream. HEX triplet: EC, CE and A2. RGB value is (236,206,162). Sum of RGB (Red+Green+Blue) = 236+206+162=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEA2 is #13315D. Grayscale: #D2D2D2. Windows color (decimal): -1257822 or 10669804. OLE color: 10669804.

HSL color Cylindrical-coordinate representation of color #ECCEA2: hue angle of 35.68º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECCEA2 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236206162-
CMYK00.130.310.07
HSL35.68º66.07%78.04%-
HSV(B)35.68º31.36%92.55%-
XYZ63.1864.5843.32-
YUV209.95100.94146.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 162 (63.67% from 255) = 26.82%
R=39.07%
G=34.11%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620616200.130.310.0735.6866.0778.04
HexECCEA20D1F724424e
Octal35431624201537744102116
Binary111011001100111010100010011011111111110010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEA2; }

 p { color: rgb(236,206,162); }

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

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

 a { background-color: rgb(236,206,162); }

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

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

 span { border-color: rgb(236,206,162); }

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