Html Css Color HEX #EEDBBE Solitaire

📋 copy color: '#EEDBBE'

red 238 ◦ green 219 ◦ blue 190

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

Shades of Solitaire #EEDBBE

Tints of Solitaire #EEDBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.37%

R = 36.79%
G = 33.85%
B = 29.37%

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

#EEDBBE (or 0xEEDBBE) is known color: Solitaire. HEX triplet: EE, DB and BE. RGB value is (238,219,190). Sum of RGB (Red+Green+Blue) = 238+219+190=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBBE is #112441. Grayscale: #DDDDDD. Windows color (decimal): -1123394 or 12508142. OLE color: 12508142.

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

Color convert

RGB 238 219 190 -
CMYK 0 0.08 0.20 0.07
HSL 36.25º 0.59% 0.84% -
HSV(B) 36.25º 0.2% 0.93% -
XYZ 69.89 72.56 59.04 -
YUV 221.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 238 219 190 0 0.08 0.20 0.07 36.25 0.59 0.84
Hex EE DB BE 0 8 14 7 24 3B 54
Octal 356 333 276 0 10 24 7 44 73 124
Binary 11101110 11011011 10111110 0 1000 10100 111 100100 111011 1010100

Color Harmonies of #EEDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBBE

Black with #EEDBBE

Text Example


Text Example

White with #EEDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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