Html Css Color HEX #EBDBC4 Solitaire

📋 copy color: '#EBDBC4'

red 235 ◦ green 219 ◦ blue 196

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

Shades of Solitaire #EBDBC4

Tints of Solitaire #EBDBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.15%

R = 36.15%
G = 33.69%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBDBC4 (or 0xEBDBC4) is known color: Solitaire. HEX triplet: EB, DB and C4. RGB value is (235,219,196). Sum of RGB (Red+Green+Blue) = 235+219+196=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC4 is #14243B. Grayscale: #DDDDDD. Windows color (decimal): -1319996 or 12901355. OLE color: 12901355.

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

Color convert

RGB 235 219 196 -
CMYK 0 0.07 0.17 0.08
HSL 35.38º 0.49% 0.85% -
HSV(B) 35.38º 0.17% 0.92% -
XYZ 69.56 72.31 62.52 -
YUV 221.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 235 219 196 0 0.07 0.17 0.08 35.38 0.49 0.85
Hex EB DB C4 0 7 11 8 23 31 55
Octal 353 333 304 0 7 21 10 43 61 125
Binary 11101011 11011011 11000100 0 111 10001 1000 100011 110001 1010101

Color Harmonies of #EBDBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBC4

Black with #EBDBC4

Text Example


Text Example

White with #EBDBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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