#EDCFA7

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

Shades of Dairy Cream #EDCFA7

Tints of Dairy Cream #EDCFA7

Color information

#EDCFA7 (or 0xEDCFA7) is unknown color: approx Dairy Cream. HEX triplet: ED, CF and A7. RGB value is (237,207,167). Sum of RGB (Red+Green+Blue) = 237+207+167=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFA7 is #123058. Grayscale: #D3D3D3. Windows color (decimal): -1192025 or 10997741. OLE color: 10997741.

HSL color Cylindrical-coordinate representation of color #EDCFA7: hue angle of 34.29º degrees, saturation: 0.66, 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 #EDCFA7 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237207167-
CMYK00.130.300.07
HSL34.29º66.04%79.22%-
HSV(B)34.29º29.54%92.94%-
XYZ64.2165.4245.8-
YUV211.41102.94146.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=38.79%
G=33.88%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720716700.130.300.0734.2966.0479.22
HexEDCFA70D1E722424f
Octal35531724701536742102117
Binary111011011100111110100111011011111011110001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFA7; }

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

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

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

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

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

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

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

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