#EDCFA3

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

Shades of Dairy Cream #EDCFA3

Tints of Dairy Cream #EDCFA3

Color information

#EDCFA3 (or 0xEDCFA3) is unknown color: approx Dairy Cream. HEX triplet: ED, CF and A3. RGB value is (237,207,163). Sum of RGB (Red+Green+Blue) = 237+207+163=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFA3 is #12305C. Grayscale: #D3D3D3. Windows color (decimal): -1192029 or 10735597. OLE color: 10735597.

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

Color convert

RGB237207163-
CMYK00.130.310.07
HSL35.68º67.27%78.43%-
HSV(B)35.68º31.22%92.94%-
XYZ63.8565.2743.88-
YUV210.95100.94146.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 163 (64.06% from 255) = 26.85%
R=39.04%
G=34.10%
B=26.85%

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
Decimal23720716300.130.310.0735.6867.2778.43
HexEDCFA30D1F724434e
Octal35531724301537744103116
Binary111011011100111110100011011011111111110010010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFA3; }

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

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

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

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

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

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

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

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