#EBDCC6

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

Shades of Solitaire #EBDCC6

Tints of Solitaire #EBDCC6

Color information

#EBDCC6 (or 0xEBDCC6) is unknown color: approx Solitaire. HEX triplet: EB, DC and C6. RGB value is (235,220,198). Sum of RGB (Red+Green+Blue) = 235+220+198=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC6 is #142339. Grayscale: #DEDEDE. Windows color (decimal): -1319738 or 13032683. OLE color: 13032683.

HSL color Cylindrical-coordinate representation of color #EBDCC6: hue angle of 35.68º degrees, saturation: 0.48, 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 #EBDCC6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235220198-
CMYK00.060.160.08
HSL35.68º48.05%84.9%-
HSV(B)35.68º15.74%92.16%-
XYZ70.0572.9363.81-
YUV221.98114.47137.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=35.99%
G=33.69%
B=30.32%

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
Decimal23522019800.060.160.0835.6848.0584.9
HexEBDCC606108243055
Octal3533343060620104460125
Binary11101011110111001100011001101000010001001001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC6; }

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

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

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

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

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

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

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

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