#ECCFA7

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

Shades of Dairy Cream #ECCFA7

Tints of Dairy Cream #ECCFA7

Color information

#ECCFA7 (or 0xECCFA7) is unknown color: approx Dairy Cream. HEX triplet: EC, CF and A7. RGB value is (236,207,167). Sum of RGB (Red+Green+Blue) = 236+207+167=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFA7 is #133058. Grayscale: #D3D3D3. Windows color (decimal): -1257561 or 10997740. OLE color: 10997740.

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

Color convert

RGB236207167-
CMYK00.120.290.07
HSL34.78º64.49%79.02%-
HSV(B)34.78º29.24%92.55%-
XYZ63.8865.2545.79-
YUV211.11103.11145.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 167 (65.62% from 255) = 27.38%
R=38.69%
G=33.93%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620716700.120.290.0734.7864.4979.02
HexECCFA70C1D723404f
Octal35431724701435743100117
Binary111011001100111110100111011001110111110001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFA7; }

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

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

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

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

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

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

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

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