Html Css Color HEX #EFDDC5 Solitaire

📋 copy color: '#EFDDC5'

red 239 ◦ green 221 ◦ blue 197

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

Shades of Solitaire #EFDDC5

Tints of Solitaire #EFDDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 197 (77.34% from 255) = 29.98%

R = 36.38%
G = 33.64%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFDDC5 (or 0xEFDDC5) is known color: Solitaire. HEX triplet: EF, DD and C5. RGB value is (239,221,197). Sum of RGB (Red+Green+Blue) = 239+221+197=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC5 is #10223A. Grayscale: #DFDFDF. Windows color (decimal): -1057339 or 12967407. OLE color: 12967407.

HSL color Cylindrical-coordinate representation of color #EFDDC5: hue angle of 34.29º degrees, saturation: 0.57, 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 #EFDDC5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 197 -
CMYK 0 0.08 0.18 0.06
HSL 34.29º 0.57% 0.85% -
HSV(B) 34.29º 0.18% 0.94% -
XYZ 71.53 74.09 63.35 -
YUV 223.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 239 221 197 0 0.08 0.18 0.06 34.29 0.57 0.85
Hex EF DD C5 0 8 12 6 22 39 55
Octal 357 335 305 0 10 22 6 42 71 125
Binary 11101111 11011101 11000101 0 1000 10010 110 100010 111001 1010101

Color Harmonies of #EFDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDC5

Black with #EFDDC5

Text Example


Text Example

White with #EFDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDC5; }

 p { color: rgb(239,221,197); }

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

background-color css

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

 a { background-color: rgb(239,221,197); }

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

border-color css

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

 span { border-color: rgb(239,221,197); }

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