#EDCF9F

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

Shades of Dairy Cream #EDCF9F

Tints of Dairy Cream #EDCF9F

Color information

#EDCF9F (or 0xEDCF9F) is unknown color: approx Dairy Cream. HEX triplet: ED, CF and 9F. RGB value is (237,207,159). Sum of RGB (Red+Green+Blue) = 237+207+159=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF9F is #123060. Grayscale: #D2D2D2. Windows color (decimal): -1192033 or 10473453. OLE color: 10473453.

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

Color convert

RGB237207159-
CMYK00.130.330.07
HSL36.92º68.42%77.65%-
HSV(B)36.92º32.91%92.94%-
XYZ63.565.1342.03-
YUV210.598.94146.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=39.30%
G=34.33%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720715900.130.330.0736.9268.4277.65
HexEDCF9F0D21725444e
Octal35531723701541745104116
Binary1110110111001111100111110110110000111110010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF9F; }

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

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

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

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

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

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

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

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