Html Css Color HEX #EFDDC3 Solitaire

📋 copy color: '#EFDDC3'

red 239 ◦ green 221 ◦ blue 195

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

Shades of Solitaire #EFDDC3

Tints of Solitaire #EFDDC3

RGB

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

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

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

R = 36.49%
G = 33.74%
B = 29.77%

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

#EFDDC3 (or 0xEFDDC3) is known color: Solitaire. HEX triplet: EF, DD and C3. RGB value is (239,221,195). Sum of RGB (Red+Green+Blue) = 239+221+195=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC3 is #10223C. Grayscale: #DFDFDF. Windows color (decimal): -1057341 or 12836335. OLE color: 12836335.

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

Color convert

RGB 239 221 195 -
CMYK 0 0.08 0.18 0.06
HSL 35.45º 0.58% 0.85% -
HSV(B) 35.45º 0.18% 0.94% -
XYZ 71.3 74 62.16 -
YUV 223.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 239 221 195 0 0.08 0.18 0.06 35.45 0.58 0.85
Hex EF DD C3 0 8 12 6 23 3A 55
Octal 357 335 303 0 10 22 6 43 72 125
Binary 11101111 11011101 11000011 0 1000 10010 110 100011 111010 1010101

Color Harmonies of #EFDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDC3

Black with #EFDDC3

Text Example


Text Example

White with #EFDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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