Html Css Color HEX #EEDAC1 Solitaire

📋 copy color: '#EEDAC1'

red 238 ◦ green 218 ◦ blue 193

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

Shades of Solitaire #EEDAC1

Tints of Solitaire #EEDAC1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.59%

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

R = 36.67%
G = 33.59%
B = 29.74%

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

#EEDAC1 (or 0xEEDAC1) is known color: Solitaire. HEX triplet: EE, DA and C1. RGB value is (238,218,193). Sum of RGB (Red+Green+Blue) = 238+218+193=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC1 is #11253E. Grayscale: #DDDDDD. Windows color (decimal): -1123647 or 12704494. OLE color: 12704494.

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

Color convert

RGB 238 218 193 -
CMYK 0 0.08 0.19 0.07
HSL 33.33º 0.57% 0.85% -
HSV(B) 33.33º 0.19% 0.93% -
XYZ 69.96 72.17 60.7 -
YUV 221.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 238 218 193 0 0.08 0.19 0.07 33.33 0.57 0.85
Hex EE DA C1 0 8 13 7 21 39 55
Octal 356 332 301 0 10 23 7 41 71 125
Binary 11101110 11011010 11000001 0 1000 10011 111 100001 111001 1010101

Color Harmonies of #EEDAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAC1

Black with #EEDAC1

Text Example


Text Example

White with #EEDAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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