Html Css Color HEX #EEDDC4 Solitaire

📋 copy color: '#EEDDC4'

red 238 ◦ green 221 ◦ blue 196

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

Shades of Solitaire #EEDDC4

Tints of Solitaire #EEDDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.92%

R = 36.34%
G = 33.74%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEDDC4 (or 0xEEDDC4) is known color: Solitaire. HEX triplet: EE, DD and C4. RGB value is (238,221,196). Sum of RGB (Red+Green+Blue) = 238+221+196=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC4 is #11223B. Grayscale: #DFDFDF. Windows color (decimal): -1122876 or 12901870. OLE color: 12901870.

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

Color convert

RGB 238 221 196 -
CMYK 0 0.07 0.18 0.07
HSL 35.71º 0.55% 0.85% -
HSV(B) 35.71º 0.18% 0.93% -
XYZ 71.08 73.88 62.74 -
YUV 223.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 238 221 196 0 0.07 0.18 0.07 35.71 0.55 0.85
Hex EE DD C4 0 7 12 7 24 37 55
Octal 356 335 304 0 7 22 7 44 67 125
Binary 11101110 11011101 11000100 0 111 10010 111 100100 110111 1010101

Color Harmonies of #EEDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDC4

Black with #EEDDC4

Text Example


Text Example

White with #EEDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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