#ECD1A3

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

Shades of Dairy Cream #ECD1A3

Tints of Dairy Cream #ECD1A3

Color information

#ECD1A3 (or 0xECD1A3) is unknown color: approx Dairy Cream. HEX triplet: EC, D1 and A3. RGB value is (236,209,163). Sum of RGB (Red+Green+Blue) = 236+209+163=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1A3 is #132E5C. Grayscale: #D4D4D4. Windows color (decimal): -1257053 or 10736108. OLE color: 10736108.

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

Color convert

RGB236209163-
CMYK00.110.310.07
HSL37.81º65.77%78.24%-
HSV(B)37.81º30.93%92.55%-
XYZ6466.0844.03-
YUV211.83100.45145.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 163 (64.06% from 255) = 26.81%
R=38.82%
G=34.38%
B=26.81%

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
Decimal23620916300.110.310.0737.8165.7778.24
HexECD1A30B1F726424e
Octal35432124301337746102116
Binary111011001101000110100011010111111111110011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1A3; }

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

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

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

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

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

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

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

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