#EBDCC9

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

Shades of Solitaire #EBDCC9

Tints of Solitaire #EBDCC9

Color information

#EBDCC9 (or 0xEBDCC9) is unknown color: approx Solitaire. HEX triplet: EB, DC and C9. RGB value is (235,220,201). Sum of RGB (Red+Green+Blue) = 235+220+201=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC9 is #142336. Grayscale: #DEDEDE. Windows color (decimal): -1319735 or 13229291. OLE color: 13229291.

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

Color convert

RGB235220201-
CMYK00.060.140.08
HSL33.53º45.95%85.49%-
HSV(B)33.53º14.47%92.16%-
XYZ70.473.0765.65-
YUV222.32115.97137.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 201 (78.91% from 255) = 30.64%
R=35.82%
G=33.54%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522020100.060.140.0833.5345.9585.49
HexEBDCC906E8222e55
Octal3533343110616104256125
Binary1110101111011100110010010110111010001000101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC9; }

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

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

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

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

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

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

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

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