#ECD2A7

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

Shades of Dairy Cream #ECD2A7

Tints of Dairy Cream #ECD2A7

Color information

#ECD2A7 (or 0xECD2A7) is unknown color: approx Dairy Cream. HEX triplet: EC, D2 and A7. RGB value is (236,210,167). Sum of RGB (Red+Green+Blue) = 236+210+167=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2A7 is #132D58. Grayscale: #D5D5D5. Windows color (decimal): -1256793 or 10998508. OLE color: 10998508.

HSL color Cylindrical-coordinate representation of color #ECD2A7: hue angle of 37.39º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECD2A7 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236210167-
CMYK00.110.290.07
HSL37.39º64.49%79.02%-
HSV(B)37.39º29.24%92.55%-
XYZ64.6166.7246.03-
YUV212.87102.11144.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 167 (65.62% from 255) = 27.24%
R=38.50%
G=34.26%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621016700.110.290.0737.3964.4979.02
HexECD2A70B1D725404f
Octal35432224701335745100117
Binary111011001101001010100111010111110111110010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2A7; }

 p { color: rgb(236,210,167); }

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

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

 a { background-color: rgb(236,210,167); }

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

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

 span { border-color: rgb(236,210,167); }

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