#ECDCC4

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

Shades of Solitaire #ECDCC4

Tints of Solitaire #ECDCC4

Color information

#ECDCC4 (or 0xECDCC4) is unknown color: approx Solitaire. HEX triplet: EC, DC and C4. RGB value is (236,220,196). Sum of RGB (Red+Green+Blue) = 236+220+196=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC4 is #13233B. Grayscale: #DEDEDE. Windows color (decimal): -1254204 or 12901612. OLE color: 12901612.

HSL color Cylindrical-coordinate representation of color #ECDCC4: hue angle of 36º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECDCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236220196-
CMYK00.070.170.07
HSL36º51.28%84.71%-
HSV(B)36º16.95%92.55%-
XYZ70.157362.62-
YUV222.05113.3137.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=36.20%
G=33.74%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622019600.070.170.073651.2884.71
HexECDCC407117243355
Octal354334304072174463125
Binary1110110011011100110001000111100011111001001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCC4; }

 p { color: rgb(236,220,196); }

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

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

 a { background-color: rgb(236,220,196); }

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

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

 span { border-color: rgb(236,220,196); }

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