Html Css Color HEX #EBDBC5 Solitaire

📋 copy color: '#EBDBC5'

red 235 ◦ green 219 ◦ blue 197

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

Shades of Solitaire #EBDBC5

Tints of Solitaire #EBDBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.64%

 BLUE value IS 197 (77.34% from 255) = 30.26%

R = 36.1%
G = 33.64%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBDBC5 (or 0xEBDBC5) is known color: Solitaire. HEX triplet: EB, DB and C5. RGB value is (235,219,197). Sum of RGB (Red+Green+Blue) = 235+219+197=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC5 is #14243A. Grayscale: #DDDDDD. Windows color (decimal): -1319995 or 12966891. OLE color: 12966891.

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

Color convert

RGB 235 219 197 -
CMYK 0 0.07 0.16 0.08
HSL 34.74º 0.49% 0.85% -
HSV(B) 34.74º 0.16% 0.92% -
XYZ 69.67 72.36 63.12 -
YUV 221.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 235 219 197 0 0.07 0.16 0.08 34.74 0.49 0.85
Hex EB DB C5 0 7 10 8 23 31 55
Octal 353 333 305 0 7 20 10 43 61 125
Binary 11101011 11011011 11000101 0 111 10000 1000 100011 110001 1010101

Color Harmonies of #EBDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBC5

Black with #EBDBC5

Text Example


Text Example

White with #EBDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBC5; }

 p { color: rgb(235,219,197); }

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

background-color css

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

 a { background-color: rgb(235,219,197); }

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

border-color css

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

 span { border-color: rgb(235,219,197); }

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