#EDCEA6

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

Shades of Dairy Cream #EDCEA6

Tints of Dairy Cream #EDCEA6

Color information

#EDCEA6 (or 0xEDCEA6) is unknown color: approx Dairy Cream. HEX triplet: ED, CE and A6. RGB value is (237,206,166). Sum of RGB (Red+Green+Blue) = 237+206+166=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA6 is #123159. Grayscale: #D2D2D2. Windows color (decimal): -1192282 or 10931949. OLE color: 10931949.

HSL color Cylindrical-coordinate representation of color #EDCEA6: hue angle of 33.8º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDCEA6 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237206166-
CMYK00.130.300.07
HSL33.8º66.36%79.02%-
HSV(B)33.8º29.96%92.94%-
XYZ63.8864.945.24-
YUV210.71102.77146.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 166 (65.23% from 255) = 27.26%
R=38.92%
G=33.83%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720616600.130.300.0733.866.3679.02
HexEDCEA60D1E722424f
Octal35531624601536742102117
Binary111011011100111010100110011011111011110001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEA6; }

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

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

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

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

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

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

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

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