#EDCFA8

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

Shades of Dairy Cream #EDCFA8

Tints of Dairy Cream #EDCFA8

Color information

#EDCFA8 (or 0xEDCFA8) is unknown color: approx Dairy Cream. HEX triplet: ED, CF and A8. RGB value is (237,207,168). Sum of RGB (Red+Green+Blue) = 237+207+168=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFA8 is #123057. Grayscale: #D3D3D3. Windows color (decimal): -1192024 or 11063277. OLE color: 11063277.

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

Color convert

RGB237207168-
CMYK00.130.290.07
HSL33.91º65.71%79.41%-
HSV(B)33.91º29.11%92.94%-
XYZ64.3165.4646.29-
YUV211.52103.44146.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=38.73%
G=33.82%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720716800.130.290.0733.9165.7179.41
HexEDCFA80D1D722424f
Octal35531725001535742102117
Binary111011011100111110101000011011110111110001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFA8; }

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

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

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

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

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

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

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

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