Html Css Color HEX #EEDEC8 Solitaire

📋 copy color: '#EEDEC8'

red 238 ◦ green 222 ◦ blue 200

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

Shades of Solitaire #EEDEC8

Tints of Solitaire #EEDEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.64%

 BLUE value IS 200 (78.52% from 255) = 30.3%

R = 36.06%
G = 33.64%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EEDEC8 (or 0xEEDEC8) is known color: Solitaire. HEX triplet: EE, DE and C8. RGB value is (238,222,200). Sum of RGB (Red+Green+Blue) = 238+222+200=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC8 is #112137. Grayscale: #E0E0E0. Windows color (decimal): -1122616 or 13164270. OLE color: 13164270.

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

Color convert

RGB 238 222 200 -
CMYK 0 0.07 0.16 0.07
HSL 34.74º 0.53% 0.86% -
HSV(B) 34.74º 0.16% 0.93% -
XYZ 71.81 74.59 65.26 -
YUV 224.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 238 222 200 0 0.07 0.16 0.07 34.74 0.53 0.86
Hex EE DE C8 0 7 10 7 23 35 56
Octal 356 336 310 0 7 20 7 43 65 126
Binary 11101110 11011110 11001000 0 111 10000 111 100011 110101 1010110

Color Harmonies of #EEDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEC8

Black with #EEDEC8

Text Example


Text Example

White with #EEDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEC8; }

 p { color: rgb(238,222,200); }

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

background-color css

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

 a { background-color: rgb(238,222,200); }

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

border-color css

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

 span { border-color: rgb(238,222,200); }

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