#EBDCC7

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

Shades of Solitaire #EBDCC7

Tints of Solitaire #EBDCC7

Color information

#EBDCC7 (or 0xEBDCC7) is unknown color: approx Solitaire. HEX triplet: EB, DC and C7. RGB value is (235,220,199). Sum of RGB (Red+Green+Blue) = 235+220+199=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC7 is #142338. Grayscale: #DEDEDE. Windows color (decimal): -1319737 or 13098219. OLE color: 13098219.

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

Color convert

RGB235220199-
CMYK00.060.150.08
HSL35º47.37%85.1%-
HSV(B)35º15.32%92.16%-
XYZ70.1672.9764.42-
YUV222.09114.97137.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=35.93%
G=33.64%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522019900.060.150.083547.3785.1
HexEBDCC706F8232f55
Octal3533343070617104357125
Binary1110101111011100110001110110111110001000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC7; }

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

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

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

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

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

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

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

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