Html Css Color HEX #EEDDC5 Solitaire

📋 copy color: '#EEDDC5'

red 238 ◦ green 221 ◦ blue 197

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

Shades of Solitaire #EEDDC5

Tints of Solitaire #EEDDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

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

R = 36.28%
G = 33.69%
B = 30.03%

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

#EEDDC5 (or 0xEEDDC5) is known color: Solitaire. HEX triplet: EE, DD and C5. RGB value is (238,221,197). Sum of RGB (Red+Green+Blue) = 238+221+197=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC5 is #11223A. Grayscale: #DFDFDF. Windows color (decimal): -1122875 or 12967406. OLE color: 12967406.

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

Color convert

RGB 238 221 197 -
CMYK 0 0.07 0.17 0.07
HSL 35.12º 0.55% 0.85% -
HSV(B) 35.12º 0.17% 0.93% -
XYZ 71.19 73.92 63.34 -
YUV 223.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 238 221 197 0 0.07 0.17 0.07 35.12 0.55 0.85
Hex EE DD C5 0 7 11 7 23 37 55
Octal 356 335 305 0 7 21 7 43 67 125
Binary 11101110 11011101 11000101 0 111 10001 111 100011 110111 1010101

Color Harmonies of #EEDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDC5

Black with #EEDDC5

Text Example


Text Example

White with #EEDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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