#EBDDC4

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

Shades of Solitaire #EBDDC4

Tints of Solitaire #EBDDC4

Color information

#EBDDC4 (or 0xEBDDC4) is unknown color: approx Solitaire. HEX triplet: EB, DD and C4. RGB value is (235,221,196). Sum of RGB (Red+Green+Blue) = 235+221+196=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC4 is #14223B. Grayscale: #DEDEDE. Windows color (decimal): -1319484 or 12901867. OLE color: 12901867.

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

Color convert

RGB235221196-
CMYK00.060.170.08
HSL38.46º49.37%84.51%-
HSV(B)38.46º16.6%92.16%-
XYZ70.0873.3662.69-
YUV222.34113.14137.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=36.04%
G=33.90%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522119600.060.170.0838.4649.3784.51
HexEBDDC406118263155
Octal3533353040621104661125
Binary11101011110111011100010001101000110001001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDC4; }

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

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

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

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

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

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

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

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