Html Css Color HEX #EEDFC6 Solitaire

📋 copy color: '#EEDFC6'

red 238 ◦ green 223 ◦ blue 198

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

Shades of Solitaire #EEDFC6

Tints of Solitaire #EEDFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.05%

R = 36.12%
G = 33.84%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEDFC6 (or 0xEEDFC6) is known color: Solitaire. HEX triplet: EE, DF and C6. RGB value is (238,223,198). Sum of RGB (Red+Green+Blue) = 238+223+198=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFC6 is #112039. Grayscale: #E0E0E0. Windows color (decimal): -1122362 or 13033454. OLE color: 13033454.

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

Color convert

RGB 238 223 198 -
CMYK 0 0.06 0.17 0.07
HSL 37.5º 0.54% 0.85% -
HSV(B) 37.5º 0.17% 0.93% -
XYZ 71.84 75.03 64.12 -
YUV 224.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 238 223 198 0 0.06 0.17 0.07 37.5 0.54 0.85
Hex EE DF C6 0 6 11 7 26 36 55
Octal 356 337 306 0 6 21 7 46 66 125
Binary 11101110 11011111 11000110 0 110 10001 111 100110 110110 1010101

Color Harmonies of #EEDFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFC6

Black with #EEDFC6

Text Example


Text Example

White with #EEDFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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