Html Css Color HEX #EBDABF Solitaire

📋 copy color: '#EBDABF'

red 235 ◦ green 218 ◦ blue 191

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

Shades of Solitaire #EBDABF

Tints of Solitaire #EBDABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.66%

R = 36.49%
G = 33.85%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBDABF (or 0xEBDABF) is known color: Solitaire. HEX triplet: EB, DA and BF. RGB value is (235,218,191). Sum of RGB (Red+Green+Blue) = 235+218+191=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDABF is #142540. Grayscale: #DCDCDC. Windows color (decimal): -1320257 or 12573419. OLE color: 12573419.

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

Color convert

RGB 235 218 191 -
CMYK 0 0.07 0.19 0.08
HSL 36.82º 0.52% 0.84% -
HSV(B) 36.82º 0.19% 0.92% -
XYZ 68.74 71.57 59.48 -
YUV 220.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 235 218 191 0 0.07 0.19 0.08 36.82 0.52 0.84
Hex EB DA BF 0 7 13 8 25 34 54
Octal 353 332 277 0 7 23 10 45 64 124
Binary 11101011 11011010 10111111 0 111 10011 1000 100101 110100 1010100

Color Harmonies of #EBDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDABF

Black with #EBDABF

Text Example


Text Example

White with #EBDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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