Html Css Color HEX #EFDEC2 Solitaire

📋 copy color: '#EFDEC2'

red 239 ◦ green 222 ◦ blue 194

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

Shades of Solitaire #EFDEC2

Tints of Solitaire #EFDEC2

RGB

 RED value IS 239 (93.75% from 255) = 36.49%

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

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

R = 36.49%
G = 33.89%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFDEC2 (or 0xEFDEC2) is known color: Solitaire. HEX triplet: EF, DE and C2. RGB value is (239,222,194). Sum of RGB (Red+Green+Blue) = 239+222+194=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEC2 is #10213D. Grayscale: #E0E0E0. Windows color (decimal): -1057086 or 12771055. OLE color: 12771055.

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

Color convert

RGB 239 222 194 -
CMYK 0 0.07 0.19 0.06
HSL 37.33º 0.58% 0.85% -
HSV(B) 37.33º 0.19% 0.94% -
XYZ 71.46 74.49 61.65 -
YUV 223.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 239 222 194 0 0.07 0.19 0.06 37.33 0.58 0.85
Hex EF DE C2 0 7 13 6 25 3A 55
Octal 357 336 302 0 7 23 6 45 72 125
Binary 11101111 11011110 11000010 0 111 10011 110 100101 111010 1010101

Color Harmonies of #EFDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEC2

Black with #EFDEC2

Text Example


Text Example

White with #EFDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEC2; }

 p { color: rgb(239,222,194); }

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

background-color css

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

 a { background-color: rgb(239,222,194); }

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

border-color css

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

 span { border-color: rgb(239,222,194); }

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