#ECDEC4

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

Shades of Solitaire #ECDEC4

Tints of Solitaire #ECDEC4

Color information

#ECDEC4 (or 0xECDEC4) is unknown color: approx Solitaire. HEX triplet: EC, DE and C4. RGB value is (236,222,196). Sum of RGB (Red+Green+Blue) = 236+222+196=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC4 is #13213B. Grayscale: #DFDFDF. Windows color (decimal): -1253692 or 12902124. OLE color: 12902124.

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

Color convert

RGB236222196-
CMYK00.060.170.07
HSL39º51.28%84.71%-
HSV(B)39º16.95%92.55%-
XYZ70.6874.0662.79-
YUV223.22112.64137.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=36.09%
G=33.94%
B=29.97%

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
Decimal23622219600.060.170.073951.2884.71
HexECDEC406117273355
Octal354336304062174763125
Binary1110110011011110110001000110100011111001111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEC4; }

 p { color: rgb(236,222,196); }

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

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

 a { background-color: rgb(236,222,196); }

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

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

 span { border-color: rgb(236,222,196); }

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