#ECD1A2

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

Shades of Dairy Cream #ECD1A2

Tints of Dairy Cream #ECD1A2

Color information

#ECD1A2 (or 0xECD1A2) is unknown color: approx Dairy Cream. HEX triplet: EC, D1 and A2. RGB value is (236,209,162). Sum of RGB (Red+Green+Blue) = 236+209+162=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1A2 is #132E5D. Grayscale: #D3D3D3. Windows color (decimal): -1257054 or 10670572. OLE color: 10670572.

HSL color Cylindrical-coordinate representation of color #ECD1A2: hue angle of 38.11º 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 #ECD1A2 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236209162-
CMYK00.110.310.07
HSL38.11º66.07%78.04%-
HSV(B)38.11º31.36%92.55%-
XYZ63.9166.0443.56-
YUV211.7199.95145.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 162 (63.67% from 255) = 26.69%
R=38.88%
G=34.43%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620916200.110.310.0738.1166.0778.04
HexECD1A20B1F726424e
Octal35432124201337746102116
Binary111011001101000110100010010111111111110011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1A2; }

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

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

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

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

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

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

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

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