#EBDCC8

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

Shades of Solitaire #EBDCC8

Tints of Solitaire #EBDCC8

Color information

#EBDCC8 (or 0xEBDCC8) is unknown color: approx Solitaire. HEX triplet: EB, DC and C8. RGB value is (235,220,200). Sum of RGB (Red+Green+Blue) = 235+220+200=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC8 is #142337. Grayscale: #DEDEDE. Windows color (decimal): -1319736 or 13163755. OLE color: 13163755.

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

Color convert

RGB235220200-
CMYK00.060.150.08
HSL34.29º46.67%85.29%-
HSV(B)34.29º14.89%92.16%-
XYZ70.2873.0265.03-
YUV222.2115.47137.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=35.88%
G=33.59%
B=30.53%

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
Decimal23522020000.060.150.0834.2946.6785.29
HexEBDCC806F8222f55
Octal3533343100617104257125
Binary1110101111011100110010000110111110001000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC8; }

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

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

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

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

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

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

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

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