Html Css Color HEX #EBD9C3 Solitaire

📋 copy color: '#EBD9C3'

red 235 ◦ green 217 ◦ blue 195

#EBD9C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitaire #EBD9C3

Tints of Solitaire #EBD9C3

RGB

 RED value IS 235 (92.19% from 255) = 36.32%

 GREEN value IS 217 (85.16% from 255) = 33.54%

 BLUE value IS 195 (76.56% from 255) = 30.14%

R = 36.32%
G = 33.54%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBD9C3 (or 0xEBD9C3) is known color: Solitaire. HEX triplet: EB, D9 and C3. RGB value is (235,217,195). Sum of RGB (Red+Green+Blue) = 235+217+195=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C3 is #14263C. Grayscale: #DBDBDB. Windows color (decimal): -1320509 or 12835307. OLE color: 12835307.

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

Color convert

RGB 235 217 195 -
CMYK 0 0.08 0.17 0.08
HSL 33º 0.5% 0.84% -
HSV(B) 33º 0.17% 0.92% -
XYZ 68.92 71.23 61.75 -
YUV 219.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 235 217 195 0 0.08 0.17 0.08 33 0.5 0.84
Hex EB D9 C3 0 8 11 8 21 32 54
Octal 353 331 303 0 10 21 10 41 62 124
Binary 11101011 11011001 11000011 0 1000 10001 1000 100001 110010 1010100

Color Harmonies of #EBD9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9C3

Black with #EBD9C3

Text Example


Text Example

White with #EBD9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9C3; }

 p { color: rgb(235,217,195); }

 H1.HeaderClassName
 {
   color: #EBD9C3;
 }
 .AnyTagClassName
 {
   color: #EBD9C3;
 }
</style>

background-color css

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

 a { background-color: rgb(235,217,195); }

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

border-color css

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

 span { border-color: rgb(235,217,195); }

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