Html Css Color HEX #EEDCC2 Solitaire

📋 copy color: '#EEDCC2'

red 238 ◦ green 220 ◦ blue 194

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

Shades of Solitaire #EEDCC2

Tints of Solitaire #EEDCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.74%

 BLUE value IS 194 (76.17% from 255) = 29.75%

R = 36.5%
G = 33.74%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEDCC2 (or 0xEEDCC2) is known color: Solitaire. HEX triplet: EE, DC and C2. RGB value is (238,220,194). Sum of RGB (Red+Green+Blue) = 238+220+194=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC2 is #11233D. Grayscale: #DEDEDE. Windows color (decimal): -1123134 or 12770542. OLE color: 12770542.

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

Color convert

RGB 238 220 194 -
CMYK 0 0.08 0.18 0.07
HSL 35.45º 0.56% 0.85% -
HSV(B) 35.45º 0.18% 0.93% -
XYZ 70.59 73.26 61.46 -
YUV 222.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 238 220 194 0 0.08 0.18 0.07 35.45 0.56 0.85
Hex EE DC C2 0 8 12 7 23 38 55
Octal 356 334 302 0 10 22 7 43 70 125
Binary 11101110 11011100 11000010 0 1000 10010 111 100011 111000 1010101

Color Harmonies of #EEDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCC2

Black with #EEDCC2

Text Example


Text Example

White with #EEDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCC2; }

 p { color: rgb(238,220,194); }

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

background-color css

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

 a { background-color: rgb(238,220,194); }

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

border-color css

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

 span { border-color: rgb(238,220,194); }

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