#ECCDA1

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

Shades of Dairy Cream #ECCDA1

Tints of Dairy Cream #ECCDA1

Color information

#ECCDA1 (or 0xECCDA1) is unknown color: approx Dairy Cream. HEX triplet: EC, CD and A1. RGB value is (236,205,161). Sum of RGB (Red+Green+Blue) = 236+205+161=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDA1 is #13325E. Grayscale: #D1D1D1. Windows color (decimal): -1258079 or 10604012. OLE color: 10604012.

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

Color convert

RGB236205161-
CMYK00.130.320.07
HSL35.2º66.37%77.84%-
HSV(B)35.2º31.78%92.55%-
XYZ62.8664.0742.77-
YUV209.25100.77147.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=39.20%
G=34.05%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620516100.130.320.0735.266.3777.84
HexECCDA10D20723424e
Octal35431524101540743102116
Binary1110110011001101101000010110110000011110001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDA1; }

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

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

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

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

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

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

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

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