#EBDCC5

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

Shades of Solitaire #EBDCC5

Tints of Solitaire #EBDCC5

Color information

#EBDCC5 (or 0xEBDCC5) is unknown color: approx Solitaire. HEX triplet: EB, DC and C5. RGB value is (235,220,197). Sum of RGB (Red+Green+Blue) = 235+220+197=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC5 is #14233A. Grayscale: #DDDDDD. Windows color (decimal): -1319739 or 12967147. OLE color: 12967147.

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

Color convert

RGB235220197-
CMYK00.060.160.08
HSL36.32º48.72%84.71%-
HSV(B)36.32º16.17%92.16%-
XYZ69.9372.8863.2-
YUV221.86113.97137.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 197 (77.34% from 255) = 30.21%
R=36.04%
G=33.74%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522019700.060.160.0836.3248.7284.71
HexEBDCC506108243155
Octal3533343050620104461125
Binary11101011110111001100010101101000010001001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC5; }

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

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

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

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

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

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

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

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