#ECDCC3

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

Shades of Solitaire #ECDCC3

Tints of Solitaire #ECDCC3

Color information

#ECDCC3 (or 0xECDCC3) is unknown color: approx Solitaire. HEX triplet: EC, DC and C3. RGB value is (236,220,195). Sum of RGB (Red+Green+Blue) = 236+220+195=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC3 is #13233C. Grayscale: #DEDEDE. Windows color (decimal): -1254205 or 12836076. OLE color: 12836076.

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

Color convert

RGB236220195-
CMYK00.070.170.07
HSL36.59º51.9%84.51%-
HSV(B)36.59º17.37%92.55%-
XYZ70.0472.9662.02-
YUV221.93112.8138.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 195 (76.56% from 255) = 29.95%
R=36.25%
G=33.79%
B=29.95%

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
Decimal23622019500.070.170.0736.5951.984.51
HexECDCC307117253455
Octal354334303072174564125
Binary1110110011011100110000110111100011111001011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCC3; }

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

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

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

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

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

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

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

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