Html Css Color HEX #EEDABF Solitaire

📋 copy color: '#EEDABF'

red 238 ◦ green 218 ◦ blue 191

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

Shades of Solitaire #EEDABF

Tints of Solitaire #EEDABF

RGB

 RED value IS 238 (93.36% from 255) = 36.79%

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

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

R = 36.79%
G = 33.69%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEDABF (or 0xEEDABF) is known color: Solitaire. HEX triplet: EE, DA and BF. RGB value is (238,218,191). Sum of RGB (Red+Green+Blue) = 238+218+191=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABF is #112540. Grayscale: #DDDDDD. Windows color (decimal): -1123649 or 12573422. OLE color: 12573422.

HSL color Cylindrical-coordinate representation of color #EEDABF: hue angle of 34.47º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEDABF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 191 -
CMYK 0 0.08 0.20 0.07
HSL 34.47º 0.58% 0.84% -
HSV(B) 34.47º 0.2% 0.93% -
XYZ 69.74 72.08 59.53 -
YUV 220.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 238 218 191 0 0.08 0.20 0.07 34.47 0.58 0.84
Hex EE DA BF 0 8 14 7 22 3A 54
Octal 356 332 277 0 10 24 7 42 72 124
Binary 11101110 11011010 10111111 0 1000 10100 111 100010 111010 1010100

Color Harmonies of #EEDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDABF

Black with #EEDABF

Text Example


Text Example

White with #EEDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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