#ECCDA4

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

Shades of Dairy Cream #ECCDA4

Tints of Dairy Cream #ECCDA4

Color information

#ECCDA4 (or 0xECCDA4) is unknown color: approx Dairy Cream. HEX triplet: EC, CD and A4. RGB value is (236,205,164). Sum of RGB (Red+Green+Blue) = 236+205+164=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDA4 is #13325B. Grayscale: #D1D1D1. Windows color (decimal): -1258076 or 10800620. OLE color: 10800620.

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

Color convert

RGB236205164-
CMYK00.130.310.07
HSL34.17º65.45%78.43%-
HSV(B)34.17º30.51%92.55%-
XYZ63.1264.1844.18-
YUV209.6102.27146.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=39.01%
G=33.88%
B=27.11%

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
Decimal23620516400.130.310.0734.1765.4578.43
HexECCDA40D1F722414e
Octal35431524401537742101116
Binary111011001100110110100100011011111111110001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDA4; }

 p { color: rgb(236,205,164); }

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

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

 a { background-color: rgb(236,205,164); }

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

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

 span { border-color: rgb(236,205,164); }

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