Html Css Color HEX #EEDCC0 Solitaire

📋 copy color: '#EEDCC0'

red 238 ◦ green 220 ◦ blue 192

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

Shades of Solitaire #EEDCC0

Tints of Solitaire #EEDCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.54%

R = 36.62%
G = 33.85%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEDCC0 (or 0xEEDCC0) is known color: Solitaire. HEX triplet: EE, DC and C0. RGB value is (238,220,192). Sum of RGB (Red+Green+Blue) = 238+220+192=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC0 is #11233F. Grayscale: #DEDEDE. Windows color (decimal): -1123136 or 12639470. OLE color: 12639470.

HSL color Cylindrical-coordinate representation of color #EEDCC0: hue angle of 36.52º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEDCC0 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 192 -
CMYK 0 0.08 0.19 0.07
HSL 36.52º 0.58% 0.84% -
HSV(B) 36.52º 0.19% 0.93% -
XYZ 70.37 73.17 60.28 -
YUV 222.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 238 220 192 0 0.08 0.19 0.07 36.52 0.58 0.84
Hex EE DC C0 0 8 13 7 25 3A 54
Octal 356 334 300 0 10 23 7 45 72 124
Binary 11101110 11011100 11000000 0 1000 10011 111 100101 111010 1010100

Color Harmonies of #EEDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCC0

Black with #EEDCC0

Text Example


Text Example

White with #EEDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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