#EBDAC1

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

Shades of Solitaire #EBDAC1

Tints of Solitaire #EBDAC1

Color information

#EBDAC1 (or 0xEBDAC1) is unknown color: approx Solitaire. HEX triplet: EB, DA and C1. RGB value is (235,218,193). Sum of RGB (Red+Green+Blue) = 235+218+193=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC1 is #14253E. Grayscale: #DCDCDC. Windows color (decimal): -1320255 or 12704491. OLE color: 12704491.

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

Color convert

RGB235218193-
CMYK00.070.180.08
HSL35.71º51.22%83.92%-
HSV(B)35.71º17.87%92.16%-
XYZ68.9671.6660.65-
YUV220.23112.63138.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=36.38%
G=33.75%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521819300.070.180.0835.7151.2283.92
HexEBDAC107128243354
Octal3533323010722104463124
Binary11101011110110101100000101111001010001001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAC1; }

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

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

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

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

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

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

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

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