Html Css Color HEX #EEDDC3 Solitaire

📋 copy color: '#EEDDC3'

red 238 ◦ green 221 ◦ blue 195

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

Shades of Solitaire #EEDDC3

Tints of Solitaire #EEDDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.82%

R = 36.39%
G = 33.79%
B = 29.82%

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

#EEDDC3 (or 0xEEDDC3) is known color: Solitaire. HEX triplet: EE, DD and C3. RGB value is (238,221,195). Sum of RGB (Red+Green+Blue) = 238+221+195=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC3 is #11223C. Grayscale: #DFDFDF. Windows color (decimal): -1122877 or 12836334. OLE color: 12836334.

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

Color convert

RGB 238 221 195 -
CMYK 0 0.07 0.18 0.07
HSL 36.28º 0.56% 0.85% -
HSV(B) 36.28º 0.18% 0.93% -
XYZ 70.97 73.83 62.14 -
YUV 223.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 238 221 195 0 0.07 0.18 0.07 36.28 0.56 0.85
Hex EE DD C3 0 7 12 7 24 38 55
Octal 356 335 303 0 7 22 7 44 70 125
Binary 11101110 11011101 11000011 0 111 10010 111 100100 111000 1010101

Color Harmonies of #EEDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDC3

Black with #EEDDC3

Text Example


Text Example

White with #EEDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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