Html Css Color HEX #EFDBBE Solitaire

📋 copy color: '#EFDBBE'

red 239 ◦ green 219 ◦ blue 190

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

Shades of Solitaire #EFDBBE

Tints of Solitaire #EFDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.8%

 BLUE value IS 190 (74.61% from 255) = 29.32%

R = 36.88%
G = 33.8%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFDBBE (or 0xEFDBBE) is known color: Solitaire. HEX triplet: EF, DB and BE. RGB value is (239,219,190). Sum of RGB (Red+Green+Blue) = 239+219+190=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBBE is #102441. Grayscale: #DDDDDD. Windows color (decimal): -1057858 or 12508143. OLE color: 12508143.

HSL color Cylindrical-coordinate representation of color #EFDBBE: hue angle of 35.51º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDBBE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 190 -
CMYK 0 0.08 0.21 0.06
HSL 35.51º 0.6% 0.84% -
HSV(B) 35.51º 0.21% 0.94% -
XYZ 70.22 72.73 59.05 -
YUV 221.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 239 219 190 0 0.08 0.21 0.06 35.51 0.6 0.84
Hex EF DB BE 0 8 15 6 24 3C 54
Octal 357 333 276 0 10 25 6 44 74 124
Binary 11101111 11011011 10111110 0 1000 10101 110 100100 111100 1010100

Color Harmonies of #EFDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBBE

Black with #EFDBBE

Text Example


Text Example

White with #EFDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBBE; }

 p { color: rgb(239,219,190); }

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

background-color css

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

 a { background-color: rgb(239,219,190); }

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

border-color css

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

 span { border-color: rgb(239,219,190); }

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