Html Css Color HEX #EFDFC3 Solitaire

📋 copy color: '#EFDFC3'

red 239 ◦ green 223 ◦ blue 195

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

Shades of Solitaire #EFDFC3

Tints of Solitaire #EFDFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.68%

R = 36.38%
G = 33.94%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFDFC3 (or 0xEFDFC3) is known color: Solitaire. HEX triplet: EF, DF and C3. RGB value is (239,223,195). Sum of RGB (Red+Green+Blue) = 239+223+195=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC3 is #10203C. Grayscale: #E0E0E0. Windows color (decimal): -1056829 or 12836847. OLE color: 12836847.

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

Color convert

RGB 239 223 195 -
CMYK 0 0.07 0.18 0.06
HSL 38.18º 0.58% 0.85% -
HSV(B) 38.18º 0.18% 0.94% -
XYZ 71.83 75.07 62.33 -
YUV 224.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 239 223 195 0 0.07 0.18 0.06 38.18 0.58 0.85
Hex EF DF C3 0 7 12 6 26 3A 55
Octal 357 337 303 0 7 22 6 46 72 125
Binary 11101111 11011111 11000011 0 111 10010 110 100110 111010 1010101

Color Harmonies of #EFDFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFC3

Black with #EFDFC3

Text Example


Text Example

White with #EFDFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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