#ECCFA5

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

Shades of Dairy Cream #ECCFA5

Tints of Dairy Cream #ECCFA5

Color information

#ECCFA5 (or 0xECCFA5) is unknown color: approx Dairy Cream. HEX triplet: EC, CF and A5. RGB value is (236,207,165). Sum of RGB (Red+Green+Blue) = 236+207+165=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFA5 is #13305A. Grayscale: #D3D3D3. Windows color (decimal): -1257563 or 10866668. OLE color: 10866668.

HSL color Cylindrical-coordinate representation of color #ECCFA5: hue angle of 35.49º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECCFA5 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236207165-
CMYK00.120.300.07
HSL35.49º65.14%78.63%-
HSV(B)35.49º30.08%92.55%-
XYZ63.765.1844.82-
YUV210.88102.11145.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=38.82%
G=34.05%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620716500.120.300.0735.4965.1478.63
HexECCFA50C1E723414f
Octal35431724501436743101117
Binary111011001100111110100101011001111011110001110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFA5; }

 p { color: rgb(236,207,165); }

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

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

 a { background-color: rgb(236,207,165); }

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

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

 span { border-color: rgb(236,207,165); }

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