Html Css Color HEX #EEDCC3 Solitaire

📋 copy color: '#EEDCC3'

red 238 ◦ green 220 ◦ blue 195

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

Shades of Solitaire #EEDCC3

Tints of Solitaire #EEDCC3

RGB

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

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

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

R = 36.45%
G = 33.69%
B = 29.86%

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

#EEDCC3 (or 0xEEDCC3) is known color: Solitaire. HEX triplet: EE, DC and C3. RGB value is (238,220,195). Sum of RGB (Red+Green+Blue) = 238+220+195=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC3 is #11233C. Grayscale: #DEDEDE. Windows color (decimal): -1123133 or 12836078. OLE color: 12836078.

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

Color convert

RGB 238 220 195 -
CMYK 0 0.08 0.18 0.07
HSL 34.88º 0.56% 0.85% -
HSV(B) 34.88º 0.18% 0.93% -
XYZ 70.7 73.3 62.05 -
YUV 222.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 238 220 195 0 0.08 0.18 0.07 34.88 0.56 0.85
Hex EE DC C3 0 8 12 7 23 38 55
Octal 356 334 303 0 10 22 7 43 70 125
Binary 11101110 11011100 11000011 0 1000 10010 111 100011 111000 1010101

Color Harmonies of #EEDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCC3

Black with #EEDCC3

Text Example


Text Example

White with #EEDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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