#ECDCC5

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

Shades of Solitaire #ECDCC5

Tints of Solitaire #ECDCC5

Color information

#ECDCC5 (or 0xECDCC5) is unknown color: approx Solitaire. HEX triplet: EC, DC and C5. RGB value is (236,220,197). Sum of RGB (Red+Green+Blue) = 236+220+197=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC5 is #13233A. Grayscale: #DEDEDE. Windows color (decimal): -1254203 or 12967148. OLE color: 12967148.

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

Color convert

RGB236220197-
CMYK00.070.170.07
HSL35.38º50.65%84.9%-
HSV(B)35.38º16.53%92.55%-
XYZ70.2673.0563.22-
YUV222.16113.8137.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=36.14%
G=33.69%
B=30.17%

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
Decimal23622019700.070.170.0735.3850.6584.9
HexECDCC507117233355
Octal354334305072174363125
Binary1110110011011100110001010111100011111000111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCC5; }

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

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

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

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

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

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

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

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