#ECDDC3

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

Shades of Solitaire #ECDDC3

Tints of Solitaire #ECDDC3

Color information

#ECDDC3 (or 0xECDDC3) is unknown color: approx Solitaire. HEX triplet: EC, DD and C3. RGB value is (236,221,195). Sum of RGB (Red+Green+Blue) = 236+221+195=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC3 is #13223C. Grayscale: #DEDEDE. Windows color (decimal): -1253949 or 12836332. OLE color: 12836332.

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

Color convert

RGB236221195-
CMYK00.060.170.07
HSL38.05º51.9%84.51%-
HSV(B)38.05º17.37%92.55%-
XYZ70.373.4962.11-
YUV222.52112.47137.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=36.20%
G=33.90%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622119500.060.170.0738.0551.984.51
HexECDDC306117263455
Octal354335303062174664125
Binary1110110011011101110000110110100011111001101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDC3; }

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

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

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

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

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

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

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

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