Html Css Color HEX #EEDEC7 Solitaire

📋 copy color: '#EEDEC7'

red 238 ◦ green 222 ◦ blue 199

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

Shades of Solitaire #EEDEC7

Tints of Solitaire #EEDEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.69%

 BLUE value IS 199 (78.13% from 255) = 30.2%

R = 36.12%
G = 33.69%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EEDEC7 (or 0xEEDEC7) is known color: Solitaire. HEX triplet: EE, DE and C7. RGB value is (238,222,199). Sum of RGB (Red+Green+Blue) = 238+222+199=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC7 is #112138. Grayscale: #E0E0E0. Windows color (decimal): -1122617 or 13098734. OLE color: 13098734.

HSL color Cylindrical-coordinate representation of color #EEDEC7: hue angle of 35.38º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDEC7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 199 -
CMYK 0 0.07 0.16 0.07
HSL 35.38º 0.53% 0.86% -
HSV(B) 35.38º 0.16% 0.93% -
XYZ 71.69 74.54 64.64 -
YUV 224.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 238 222 199 0 0.07 0.16 0.07 35.38 0.53 0.86
Hex EE DE C7 0 7 10 7 23 35 56
Octal 356 336 307 0 7 20 7 43 65 126
Binary 11101110 11011110 11000111 0 111 10000 111 100011 110101 1010110

Color Harmonies of #EEDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEC7

Black with #EEDEC7

Text Example


Text Example

White with #EEDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEC7; }

 p { color: rgb(238,222,199); }

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

background-color css

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

 a { background-color: rgb(238,222,199); }

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

border-color css

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

 span { border-color: rgb(238,222,199); }

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