Html Css Color HEX #EBDAC2 Solitaire

📋 copy color: '#EBDAC2'

red 235 ◦ green 218 ◦ blue 194

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

Shades of Solitaire #EBDAC2

Tints of Solitaire #EBDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.98%

R = 36.32%
G = 33.69%
B = 29.98%

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

#EBDAC2 (or 0xEBDAC2) is known color: Solitaire. HEX triplet: EB, DA and C2. RGB value is (235,218,194). Sum of RGB (Red+Green+Blue) = 235+218+194=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC2 is #14253D. Grayscale: #DCDCDC. Windows color (decimal): -1320254 or 12770027. OLE color: 12770027.

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

Color convert

RGB 235 218 194 -
CMYK 0 0.07 0.17 0.08
HSL 35.12º 0.51% 0.84% -
HSV(B) 35.12º 0.17% 0.92% -
XYZ 69.07 71.7 61.24 -
YUV 220.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 235 218 194 0 0.07 0.17 0.08 35.12 0.51 0.84
Hex EB DA C2 0 7 11 8 23 33 54
Octal 353 332 302 0 7 21 10 43 63 124
Binary 11101011 11011010 11000010 0 111 10001 1000 100011 110011 1010100

Color Harmonies of #EBDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDAC2

Black with #EBDAC2

Text Example


Text Example

White with #EBDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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