Html Css Color HEX #EEDCC1 Solitaire

📋 copy color: '#EEDCC1'

red 238 ◦ green 220 ◦ blue 193

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

Shades of Solitaire #EEDCC1

Tints of Solitaire #EEDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.65%

R = 36.56%
G = 33.79%
B = 29.65%

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

#EEDCC1 (or 0xEEDCC1) is known color: Solitaire. HEX triplet: EE, DC and C1. RGB value is (238,220,193). Sum of RGB (Red+Green+Blue) = 238+220+193=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC1 is #11233E. Grayscale: #DEDEDE. Windows color (decimal): -1123135 or 12705006. OLE color: 12705006.

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

Color convert

RGB 238 220 193 -
CMYK 0 0.08 0.19 0.07
HSL 36º 0.57% 0.85% -
HSV(B) 36º 0.19% 0.93% -
XYZ 70.48 73.21 60.87 -
YUV 222.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 238 220 193 0 0.08 0.19 0.07 36 0.57 0.85
Hex EE DC C1 0 8 13 7 24 39 55
Octal 356 334 301 0 10 23 7 44 71 125
Binary 11101110 11011100 11000001 0 1000 10011 111 100100 111001 1010101

Color Harmonies of #EEDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCC1

Black with #EEDCC1

Text Example


Text Example

White with #EEDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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