#ECDDC7

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

Shades of Solitaire #ECDDC7

Tints of Solitaire #ECDDC7

Color information

#ECDDC7 (or 0xECDDC7) is unknown color: approx Solitaire. HEX triplet: EC, DD and C7. RGB value is (236,221,199). Sum of RGB (Red+Green+Blue) = 236+221+199=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC7 is #132238. Grayscale: #DFDFDF. Windows color (decimal): -1253945 or 13098476. OLE color: 13098476.

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

Color convert

RGB236221199-
CMYK00.060.160.07
HSL35.68º49.33%85.29%-
HSV(B)35.68º15.68%92.55%-
XYZ70.7673.6764.52-
YUV222.98114.47137.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=35.98%
G=33.69%
B=30.34%

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
Decimal23622119900.060.160.0735.6849.3385.29
HexECDDC706107243155
Octal354335307062074461125
Binary1110110011011101110001110110100001111001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDC7; }

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

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

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

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

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

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

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

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