Html Css Color HEX #EBDAC4 Solitaire

📋 copy color: '#EBDAC4'

red 235 ◦ green 218 ◦ blue 196

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

Shades of Solitaire #EBDAC4

Tints of Solitaire #EBDAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.59%

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

R = 36.21%
G = 33.59%
B = 30.2%

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

#EBDAC4 (or 0xEBDAC4) is known color: Solitaire. HEX triplet: EB, DA and C4. RGB value is (235,218,196). Sum of RGB (Red+Green+Blue) = 235+218+196=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC4 is #14253B. Grayscale: #DCDCDC. Windows color (decimal): -1320252 or 12901099. OLE color: 12901099.

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

Color convert

RGB 235 218 196 -
CMYK 0 0.07 0.17 0.08
HSL 33.85º 0.49% 0.85% -
HSV(B) 33.85º 0.17% 0.92% -
XYZ 69.3 71.79 62.43 -
YUV 220.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 235 218 196 0 0.07 0.17 0.08 33.85 0.49 0.85
Hex EB DA C4 0 7 11 8 22 31 55
Octal 353 332 304 0 7 21 10 42 61 125
Binary 11101011 11011010 11000100 0 111 10001 1000 100010 110001 1010101

Color Harmonies of #EBDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAC4

Black with #EBDAC4

Text Example


Text Example

White with #EBDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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