#ECDDC8

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

Shades of Solitaire #ECDDC8

Tints of Solitaire #ECDDC8

Color information

#ECDDC8 (or 0xECDDC8) is unknown color: approx Solitaire. HEX triplet: EC, DD and C8. RGB value is (236,221,200). Sum of RGB (Red+Green+Blue) = 236+221+200=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC8 is #132237. Grayscale: #DFDFDF. Windows color (decimal): -1253944 or 13164012. OLE color: 13164012.

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

Color convert

RGB236221200-
CMYK00.060.150.07
HSL35º48.65%85.49%-
HSV(B)35º15.25%92.55%-
XYZ70.8773.7265.14-
YUV223.09114.97137.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=35.92%
G=33.64%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622120000.060.150.073548.6585.49
HexECDDC806F7233155
Octal354335310061774361125
Binary111011001101110111001000011011111111000111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDC8; }

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

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

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

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

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

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

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

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