#EDCEA3

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

Shades of Dairy Cream #EDCEA3

Tints of Dairy Cream #EDCEA3

Color information

#EDCEA3 (or 0xEDCEA3) is unknown color: approx Dairy Cream. HEX triplet: ED, CE and A3. RGB value is (237,206,163). Sum of RGB (Red+Green+Blue) = 237+206+163=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA3 is #12315C. Grayscale: #D2D2D2. Windows color (decimal): -1192285 or 10735341. OLE color: 10735341.

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

Color convert

RGB237206163-
CMYK00.130.310.07
HSL34.86º67.27%78.43%-
HSV(B)34.86º31.22%92.94%-
XYZ63.6164.7943.8-
YUV210.37101.27147-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=39.11%
G=33.99%
B=26.90%

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
Decimal23720616300.130.310.0734.8667.2778.43
HexEDCEA30D1F723434e
Octal35531624301537743103116
Binary111011011100111010100011011011111111110001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEA3; }

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

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

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

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

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

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

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

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