#EDCD9F

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

Shades of Dairy Cream #EDCD9F

Tints of Dairy Cream #EDCD9F

Color information

#EDCD9F (or 0xEDCD9F) is unknown color: approx Dairy Cream. HEX triplet: ED, CD and 9F. RGB value is (237,205,159). Sum of RGB (Red+Green+Blue) = 237+205+159=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD9F is #123260. Grayscale: #D1D1D1. Windows color (decimal): -1192545 or 10472941. OLE color: 10472941.

HSL color Cylindrical-coordinate representation of color #EDCD9F: hue angle of 35.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDCD9F is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237205159-
CMYK00.140.330.07
HSL35.38º68.42%77.65%-
HSV(B)35.38º32.91%92.94%-
XYZ63.0164.1741.87-
YUV209.3299.6147.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 159 (62.5% from 255) = 26.46%
R=39.43%
G=34.11%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720515900.140.330.0735.3868.4277.65
HexEDCD9F0E21723444e
Octal35531523701641743104116
Binary1110110111001101100111110111010000111110001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD9F; }

 p { color: rgb(237,205,159); }

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

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

 a { background-color: rgb(237,205,159); }

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

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

 span { border-color: rgb(237,205,159); }

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