Html Css Color HEX #EEDEC5 Solitaire

📋 copy color: '#EEDEC5'

red 238 ◦ green 222 ◦ blue 197

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

Shades of Solitaire #EEDEC5

Tints of Solitaire #EEDEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.98%

R = 36.23%
G = 33.79%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEDEC5 (or 0xEEDEC5) is known color: Solitaire. HEX triplet: EE, DE and C5. RGB value is (238,222,197). Sum of RGB (Red+Green+Blue) = 238+222+197=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC5 is #11213A. Grayscale: #E0E0E0. Windows color (decimal): -1122619 or 12967662. OLE color: 12967662.

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

Color convert

RGB 238 222 197 -
CMYK 0 0.07 0.17 0.07
HSL 36.59º 0.55% 0.85% -
HSV(B) 36.59º 0.17% 0.93% -
XYZ 71.46 74.45 63.43 -
YUV 223.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 238 222 197 0 0.07 0.17 0.07 36.59 0.55 0.85
Hex EE DE C5 0 7 11 7 25 37 55
Octal 356 336 305 0 7 21 7 45 67 125
Binary 11101110 11011110 11000101 0 111 10001 111 100101 110111 1010101

Color Harmonies of #EEDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEC5

Black with #EEDEC5

Text Example


Text Example

White with #EEDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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