#EBDAC3

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

Shades of Solitaire #EBDAC3

Tints of Solitaire #EBDAC3

Color information

#EBDAC3 (or 0xEBDAC3) is unknown color: approx Solitaire. HEX triplet: EB, DA and C3. RGB value is (235,218,195). Sum of RGB (Red+Green+Blue) = 235+218+195=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC3 is #14253C. Grayscale: #DCDCDC. Windows color (decimal): -1320253 or 12835563. OLE color: 12835563.

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

Color convert

RGB235218195-
CMYK00.070.170.08
HSL34.5º50%84.31%-
HSV(B)34.5º17.02%92.16%-
XYZ69.1871.7561.83-
YUV220.46113.63138.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 195 (76.56% from 255) = 30.09%
R=36.27%
G=33.64%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521819500.070.170.0834.55084.31
HexEBDAC307118233254
Octal3533323030721104362124
Binary11101011110110101100001101111000110001000111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAC3; }

 p { color: rgb(235,218,195); }

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

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

 a { background-color: rgb(235,218,195); }

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

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

 span { border-color: rgb(235,218,195); }

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