#EBDCC4

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

Shades of Solitaire #EBDCC4

Tints of Solitaire #EBDCC4

Color information

#EBDCC4 (or 0xEBDCC4) is unknown color: approx Solitaire. HEX triplet: EB, DC and C4. RGB value is (235,220,196). Sum of RGB (Red+Green+Blue) = 235+220+196=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC4 is #14233B. Grayscale: #DDDDDD. Windows color (decimal): -1319740 or 12901611. OLE color: 12901611.

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

Color convert

RGB235220196-
CMYK00.060.170.08
HSL36.92º49.37%84.51%-
HSV(B)36.92º16.6%92.16%-
XYZ69.8272.8362.6-
YUV221.75113.47137.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=36.10%
G=33.79%
B=30.11%

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
Decimal23522019600.060.170.0836.9249.3784.51
HexEBDCC406118253155
Octal3533343040621104561125
Binary11101011110111001100010001101000110001001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC4; }

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

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

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

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

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

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

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

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