Html Css Color HEX #EBDBC0 Solitaire

📋 copy color: '#EBDBC0'

red 235 ◦ green 219 ◦ blue 192

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

Shades of Solitaire #EBDBC0

Tints of Solitaire #EBDBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.72%

R = 36.38%
G = 33.9%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBDBC0 (or 0xEBDBC0) is known color: Solitaire. HEX triplet: EB, DB and C0. RGB value is (235,219,192). Sum of RGB (Red+Green+Blue) = 235+219+192=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC0 is #14243F. Grayscale: #DCDCDC. Windows color (decimal): -1320000 or 12639211. OLE color: 12639211.

HSL color Cylindrical-coordinate representation of color #EBDBC0: hue angle of 37.67º degrees, saturation: 0.52, 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 #EBDBC0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 192 -
CMYK 0 0.07 0.18 0.08
HSL 37.67º 0.52% 0.84% -
HSV(B) 37.67º 0.18% 0.92% -
XYZ 69.11 72.13 60.15 -
YUV 220.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 235 219 192 0 0.07 0.18 0.08 37.67 0.52 0.84
Hex EB DB C0 0 7 12 8 26 34 54
Octal 353 333 300 0 7 22 10 46 64 124
Binary 11101011 11011011 11000000 0 111 10010 1000 100110 110100 1010100

Color Harmonies of #EBDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBC0

Black with #EBDBC0

Text Example


Text Example

White with #EBDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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