Html Css Color HEX #EEDEC1 Solitaire

📋 copy color: '#EEDEC1'

red 238 ◦ green 222 ◦ blue 193

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

Shades of Solitaire #EEDEC1

Tints of Solitaire #EEDEC1

RGB

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

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

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

R = 36.45%
G = 34%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEDEC1 (or 0xEEDEC1) is known color: Solitaire. HEX triplet: EE, DE and C1. RGB value is (238,222,193). Sum of RGB (Red+Green+Blue) = 238+222+193=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC1 is #11213E. Grayscale: #DFDFDF. Windows color (decimal): -1122623 or 12705518. OLE color: 12705518.

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

Color convert

RGB 238 222 193 -
CMYK 0 0.07 0.19 0.07
HSL 38.67º 0.57% 0.85% -
HSV(B) 38.67º 0.19% 0.93% -
XYZ 71.01 74.27 61.05 -
YUV 223.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 238 222 193 0 0.07 0.19 0.07 38.67 0.57 0.85
Hex EE DE C1 0 7 13 7 27 39 55
Octal 356 336 301 0 7 23 7 47 71 125
Binary 11101110 11011110 11000001 0 111 10011 111 100111 111001 1010101

Color Harmonies of #EEDEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEC1

Black with #EEDEC1

Text Example


Text Example

White with #EEDEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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