#EDCDA3

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

Shades of Dairy Cream #EDCDA3

Tints of Dairy Cream #EDCDA3

Color information

#EDCDA3 (or 0xEDCDA3) is unknown color: approx Dairy Cream. HEX triplet: ED, CD and A3. RGB value is (237,205,163). Sum of RGB (Red+Green+Blue) = 237+205+163=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA3 is #12325C. Grayscale: #D1D1D1. Windows color (decimal): -1192541 or 10735085. OLE color: 10735085.

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

Color convert

RGB237205163-
CMYK00.140.310.07
HSL34.05º67.27%78.43%-
HSV(B)34.05º31.22%92.94%-
XYZ63.3764.3143.72-
YUV209.78101.6147.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=39.17%
G=33.88%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720516300.140.310.0734.0567.2778.43
HexEDCDA30E1F722434e
Octal35531524301637742103116
Binary111011011100110110100011011101111111110001010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDA3; }

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

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

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

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

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

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

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

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