#EBDCC2

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

Shades of Solitaire #EBDCC2

Tints of Solitaire #EBDCC2

Color information

#EBDCC2 (or 0xEBDCC2) is unknown color: approx Solitaire. HEX triplet: EB, DC and C2. RGB value is (235,220,194). Sum of RGB (Red+Green+Blue) = 235+220+194=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC2 is #14233D. Grayscale: #DDDDDD. Windows color (decimal): -1319742 or 12770539. OLE color: 12770539.

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

Color convert

RGB235220194-
CMYK00.060.170.08
HSL38.05º50.62%84.12%-
HSV(B)38.05º17.45%92.16%-
XYZ69.5972.7461.41-
YUV221.52112.47137.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 194 (76.17% from 255) = 29.89%
R=36.21%
G=33.90%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522019400.060.170.0838.0550.6284.12
HexEBDCC206118263354
Octal3533343020621104663124
Binary11101011110111001100001001101000110001001101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC2; }

 p { color: rgb(235,220,194); }

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

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

 a { background-color: rgb(235,220,194); }

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

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

 span { border-color: rgb(235,220,194); }

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