#EDCFA4

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

Shades of Dairy Cream #EDCFA4

Tints of Dairy Cream #EDCFA4

Color information

#EDCFA4 (or 0xEDCFA4) is unknown color: approx Dairy Cream. HEX triplet: ED, CF and A4. RGB value is (237,207,164). Sum of RGB (Red+Green+Blue) = 237+207+164=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 164 (64.45% from 255 or 26.97% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFA4 is #12305B. Grayscale: #D3D3D3. Windows color (decimal): -1192028 or 10801133. OLE color: 10801133.

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

Color convert

RGB237207164-
CMYK00.130.310.07
HSL35.34º66.97%78.63%-
HSV(B)35.34º30.8%92.94%-
XYZ63.9465.3144.36-
YUV211.07101.44146.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 164 (64.45% from 255) = 26.97%
R=38.98%
G=34.05%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720716400.130.310.0735.3466.9778.63
HexEDCFA40D1F723434f
Octal35531724401537743103117
Binary111011011100111110100100011011111111110001110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFA4; }

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

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

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

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

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

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

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

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