#ECDDC6

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

Shades of Solitaire #ECDDC6

Tints of Solitaire #ECDDC6

Color information

#ECDDC6 (or 0xECDDC6) is unknown color: approx Solitaire. HEX triplet: EC, DD and C6. RGB value is (236,221,198). Sum of RGB (Red+Green+Blue) = 236+221+198=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC6 is #132239. Grayscale: #DEDEDE. Windows color (decimal): -1253946 or 13032940. OLE color: 13032940.

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

Color convert

RGB236221198-
CMYK00.060.160.07
HSL36.32º50%85.1%-
HSV(B)36.32º16.1%92.55%-
XYZ70.6473.6263.91-
YUV222.86113.97137.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=36.03%
G=33.74%
B=30.23%

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
Decimal23622119800.060.160.0736.325085.1
HexECDDC606107243255
Octal354335306062074462125
Binary1110110011011101110001100110100001111001001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDC6; }

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

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

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

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

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

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

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

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