Html Css Color HEX #EBDBC6 Solitaire

📋 copy color: '#EBDBC6'

red 235 ◦ green 219 ◦ blue 198

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

Shades of Solitaire #EBDBC6

Tints of Solitaire #EBDBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.37%

R = 36.04%
G = 33.59%
B = 30.37%

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

#EBDBC6 (or 0xEBDBC6) is known color: Solitaire. HEX triplet: EB, DB and C6. RGB value is (235,219,198). Sum of RGB (Red+Green+Blue) = 235+219+198=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC6 is #142439. Grayscale: #DDDDDD. Windows color (decimal): -1319994 or 13032427. OLE color: 13032427.

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

Color convert

RGB 235 219 198 -
CMYK 0 0.07 0.16 0.08
HSL 34.05º 0.48% 0.85% -
HSV(B) 34.05º 0.16% 0.92% -
XYZ 69.79 72.4 63.72 -
YUV 221.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 235 219 198 0 0.07 0.16 0.08 34.05 0.48 0.85
Hex EB DB C6 0 7 10 8 22 30 55
Octal 353 333 306 0 7 20 10 42 60 125
Binary 11101011 11011011 11000110 0 111 10000 1000 100010 110000 1010101

Color Harmonies of #EBDBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBC6

Black with #EBDBC6

Text Example


Text Example

White with #EBDBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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