#ECDCC7

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

Shades of Solitaire #ECDCC7

Tints of Solitaire #ECDCC7

Color information

#ECDCC7 (or 0xECDCC7) is unknown color: approx Solitaire. HEX triplet: EC, DC and C7. RGB value is (236,220,199). Sum of RGB (Red+Green+Blue) = 236+220+199=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC7 is #132338. Grayscale: #DEDEDE. Windows color (decimal): -1254201 or 13098220. OLE color: 13098220.

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

Color convert

RGB236220199-
CMYK00.070.160.07
HSL34.05º49.33%85.29%-
HSV(B)34.05º15.68%92.55%-
XYZ70.4973.1464.44-
YUV222.39114.8137.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=36.03%
G=33.59%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622019900.070.160.0734.0549.3385.29
HexECDCC707107223155
Octal354334307072074261125
Binary1110110011011100110001110111100001111000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCC7; }

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

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

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

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

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

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

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

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