#EBDDC7

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

Shades of Solitaire #EBDDC7

Tints of Solitaire #EBDDC7

Color information

#EBDDC7 (or 0xEBDDC7) is unknown color: approx Solitaire. HEX triplet: EB, DD and C7. RGB value is (235,221,199). Sum of RGB (Red+Green+Blue) = 235+221+199=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC7 is #142238. Grayscale: #DEDEDE. Windows color (decimal): -1319481 or 13098475. OLE color: 13098475.

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

Color convert

RGB235221199-
CMYK00.060.150.08
HSL36.67º47.37%85.1%-
HSV(B)36.67º15.32%92.16%-
XYZ70.4373.564.51-
YUV222.68114.64136.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=35.88%
G=33.74%
B=30.38%

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
Decimal23522119900.060.150.0836.6747.3785.1
HexEBDDC706F8252f55
Octal3533353070617104557125
Binary1110101111011101110001110110111110001001011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDC7; }

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

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

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

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

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

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

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

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