Html Css Color HEX #EEDBC2 Solitaire

📋 copy color: '#EEDBC2'

red 238 ◦ green 219 ◦ blue 194

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

Shades of Solitaire #EEDBC2

Tints of Solitaire #EEDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.64%

 BLUE value IS 194 (76.17% from 255) = 29.8%

R = 36.56%
G = 33.64%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEDBC2 (or 0xEEDBC2) is known color: Solitaire. HEX triplet: EE, DB and C2. RGB value is (238,219,194). Sum of RGB (Red+Green+Blue) = 238+219+194=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC2 is #11243D. Grayscale: #DDDDDD. Windows color (decimal): -1123390 or 12770286. OLE color: 12770286.

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

Color convert

RGB 238 219 194 -
CMYK 0 0.08 0.18 0.07
HSL 34.09º 0.56% 0.85% -
HSV(B) 34.09º 0.18% 0.93% -
XYZ 70.33 72.74 61.37 -
YUV 221.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 238 219 194 0 0.08 0.18 0.07 34.09 0.56 0.85
Hex EE DB C2 0 8 12 7 22 38 55
Octal 356 333 302 0 10 22 7 42 70 125
Binary 11101110 11011011 11000010 0 1000 10010 111 100010 111000 1010101

Color Harmonies of #EEDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBC2

Black with #EEDBC2

Text Example


Text Example

White with #EEDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBC2; }

 p { color: rgb(238,219,194); }

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

background-color css

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

 a { background-color: rgb(238,219,194); }

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

border-color css

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

 span { border-color: rgb(238,219,194); }

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