Html Css Color HEX #EEDFC7 Solitaire

📋 copy color: '#EEDFC7'

red 238 ◦ green 223 ◦ blue 199

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

Shades of Solitaire #EEDFC7

Tints of Solitaire #EEDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.79%

 BLUE value IS 199 (78.13% from 255) = 30.15%

R = 36.06%
G = 33.79%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EEDFC7 (or 0xEEDFC7) is known color: Solitaire. HEX triplet: EE, DF and C7. RGB value is (238,223,199). Sum of RGB (Red+Green+Blue) = 238+223+199=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFC7 is #112038. Grayscale: #E0E0E0. Windows color (decimal): -1122361 or 13098990. OLE color: 13098990.

HSL color Cylindrical-coordinate representation of color #EEDFC7: hue angle of 36.92º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDFC7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 199 -
CMYK 0 0.06 0.16 0.07
HSL 36.92º 0.53% 0.86% -
HSV(B) 36.92º 0.16% 0.93% -
XYZ 71.96 75.08 64.73 -
YUV 224.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 238 223 199 0 0.06 0.16 0.07 36.92 0.53 0.86
Hex EE DF C7 0 6 10 7 25 35 56
Octal 356 337 307 0 6 20 7 45 65 126
Binary 11101110 11011111 11000111 0 110 10000 111 100101 110101 1010110

Color Harmonies of #EEDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFC7

Black with #EEDFC7

Text Example


Text Example

White with #EEDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFC7; }

 p { color: rgb(238,223,199); }

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

background-color css

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

 a { background-color: rgb(238,223,199); }

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

border-color css

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

 span { border-color: rgb(238,223,199); }

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