#ECDDC2

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

Shades of Solitaire #ECDDC2

Tints of Solitaire #ECDDC2

Color information

#ECDDC2 (or 0xECDDC2) is unknown color: approx Solitaire. HEX triplet: EC, DD and C2. RGB value is (236,221,194). Sum of RGB (Red+Green+Blue) = 236+221+194=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC2 is #13223D. Grayscale: #DEDEDE. Windows color (decimal): -1253950 or 12770796. OLE color: 12770796.

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

Color convert

RGB236221194-
CMYK00.060.180.07
HSL38.57º52.5%84.31%-
HSV(B)38.57º17.8%92.55%-
XYZ70.1973.4461.52-
YUV222.41111.97137.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 194 (76.17% from 255) = 29.80%
R=36.25%
G=33.95%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622119400.060.180.0738.5752.584.31
HexECDDC206127273554
Octal354335302062274765124
Binary1110110011011101110000100110100101111001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDC2; }

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

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

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

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

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

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

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

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