#EDCDA1

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

Shades of Dairy Cream #EDCDA1

Tints of Dairy Cream #EDCDA1

Color information

#EDCDA1 (or 0xEDCDA1) is unknown color: approx Dairy Cream. HEX triplet: ED, CD and A1. RGB value is (237,205,161). Sum of RGB (Red+Green+Blue) = 237+205+161=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA1 is #12325E. Grayscale: #D1D1D1. Windows color (decimal): -1192543 or 10604013. OLE color: 10604013.

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

Color convert

RGB237205161-
CMYK00.140.320.07
HSL34.74º67.86%78.04%-
HSV(B)34.74º32.07%92.94%-
XYZ63.1964.2442.79-
YUV209.55100.6147.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 161 (63.28% from 255) = 26.70%
R=39.30%
G=34.00%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720516100.140.320.0734.7467.8678.04
HexEDCDA10E20723444e
Octal35531524101640743104116
Binary1110110111001101101000010111010000011110001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDA1; }

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

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

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

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

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

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

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

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