Html Css Color HEX #EEDBBF Solitaire

📋 copy color: '#EEDBBF'

red 238 ◦ green 219 ◦ blue 191

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

Shades of Solitaire #EEDBBF

Tints of Solitaire #EEDBBF

RGB

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

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

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

R = 36.73%
G = 33.8%
B = 29.48%

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

#EEDBBF (or 0xEEDBBF) is known color: Solitaire. HEX triplet: EE, DB and BF. RGB value is (238,219,191). Sum of RGB (Red+Green+Blue) = 238+219+191=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBBF is #112440. Grayscale: #DDDDDD. Windows color (decimal): -1123393 or 12573678. OLE color: 12573678.

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

Color convert

RGB 238 219 191 -
CMYK 0 0.08 0.20 0.07
HSL 35.74º 0.58% 0.84% -
HSV(B) 35.74º 0.2% 0.93% -
XYZ 70 72.6 59.61 -
YUV 221.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 238 219 191 0 0.08 0.20 0.07 35.74 0.58 0.84
Hex EE DB BF 0 8 14 7 24 3A 54
Octal 356 333 277 0 10 24 7 44 72 124
Binary 11101110 11011011 10111111 0 1000 10100 111 100100 111010 1010100

Color Harmonies of #EEDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBBF

Black with #EEDBBF

Text Example


Text Example

White with #EEDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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