Html Css Color HEX #EFDFC6 Solitaire

📋 copy color: '#EFDFC6'

red 239 ◦ green 223 ◦ blue 198

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

Shades of Solitaire #EFDFC6

Tints of Solitaire #EFDFC6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.79%

 BLUE value IS 198 (77.73% from 255) = 30%

R = 36.21%
G = 33.79%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFDFC6 (or 0xEFDFC6) is known color: Solitaire. HEX triplet: EF, DF and C6. RGB value is (239,223,198). Sum of RGB (Red+Green+Blue) = 239+223+198=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC6 is #102039. Grayscale: #E1E1E1. Windows color (decimal): -1056826 or 13033455. OLE color: 13033455.

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

Color convert

RGB 239 223 198 -
CMYK 0 0.07 0.17 0.06
HSL 36.59º 0.56% 0.86% -
HSV(B) 36.59º 0.17% 0.94% -
XYZ 72.18 75.2 64.14 -
YUV 224.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 239 223 198 0 0.07 0.17 0.06 36.59 0.56 0.86
Hex EF DF C6 0 7 11 6 25 38 56
Octal 357 337 306 0 7 21 6 45 70 126
Binary 11101111 11011111 11000110 0 111 10001 110 100101 111000 1010110

Color Harmonies of #EFDFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFC6

Black with #EFDFC6

Text Example


Text Example

White with #EFDFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFC6; }

 p { color: rgb(239,223,198); }

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

background-color css

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

 a { background-color: rgb(239,223,198); }

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

border-color css

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

 span { border-color: rgb(239,223,198); }

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