#ECDEC7

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

Shades of Solitaire #ECDEC7

Tints of Solitaire #ECDEC7

Color information

#ECDEC7 (or 0xECDEC7) is unknown color: approx Solitaire. HEX triplet: EC, DE and C7. RGB value is (236,222,199). Sum of RGB (Red+Green+Blue) = 236+222+199=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC7 is #132138. Grayscale: #DFDFDF. Windows color (decimal): -1253689 or 13098732. OLE color: 13098732.

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

Color convert

RGB236222199-
CMYK00.060.160.07
HSL37.3º49.33%85.29%-
HSV(B)37.3º15.68%92.55%-
XYZ71.0274.264.61-
YUV223.56114.14136.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 199 (78.12% from 255) = 30.29%
R=35.92%
G=33.79%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622219900.060.160.0737.349.3385.29
HexECDEC706107253155
Octal354336307062074561125
Binary1110110011011110110001110110100001111001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEC7; }

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

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

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

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

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

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

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

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