#EBDCC1

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

Shades of Solitaire #EBDCC1

Tints of Solitaire #EBDCC1

Color information

#EBDCC1 (or 0xEBDCC1) is unknown color: approx Solitaire. HEX triplet: EB, DC and C1. RGB value is (235,220,193). Sum of RGB (Red+Green+Blue) = 235+220+193=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC1 is #14233E. Grayscale: #DDDDDD. Windows color (decimal): -1319743 or 12705003. OLE color: 12705003.

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

Color convert

RGB235220193-
CMYK00.060.180.08
HSL38.57º51.22%83.92%-
HSV(B)38.57º17.87%92.16%-
XYZ69.4872.760.82-
YUV221.41111.97137.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=36.27%
G=33.95%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522019300.060.180.0838.5751.2283.92
HexEBDCC106128273354
Octal3533343010622104763124
Binary11101011110111001100000101101001010001001111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCC1; }

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

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

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

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

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

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

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

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