#ECDCC0

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

Shades of Solitaire #ECDCC0

Tints of Solitaire #ECDCC0

Color information

#ECDCC0 (or 0xECDCC0) is unknown color: approx Solitaire. HEX triplet: EC, DC and C0. RGB value is (236,220,192). Sum of RGB (Red+Green+Blue) = 236+220+192=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC0 is #13233F. Grayscale: #DDDDDD. Windows color (decimal): -1254208 or 12639468. OLE color: 12639468.

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

Color convert

RGB236220192-
CMYK00.070.190.07
HSL38.18º53.66%83.92%-
HSV(B)38.18º18.64%92.55%-
XYZ69.772.8360.25-
YUV221.59111.3138.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=36.42%
G=33.95%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622019200.070.190.0738.1853.6683.92
HexECDCC007137263654
Octal354334300072374666124
Binary1110110011011100110000000111100111111001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCC0; }

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

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

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

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

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

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

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

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