#EFD6D1

Color #EFD6D1 Ebb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebb #EFD6D1

Tints of Ebb #EFD6D1

Color information

#EFD6D1 (or 0xEFD6D1) is unknown color: approx Ebb. HEX triplet: EF, D6 and D1. RGB value is (239,214,209). Sum of RGB (Red+Green+Blue) = 239+214+209=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6D1 is #10292E. Grayscale: #DCDCDC. Windows color (decimal): -1059119 or 13752047. OLE color: 13752047.

HSL color Cylindrical-coordinate representation of color #EFD6D1: hue angle of 10º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD6D1 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239214209-
CMYK00.100.130.06
HSL10º48.39%87.84%-
HSV(B)10º12.55%93.73%-
XYZ71.1571.0570.29-
YUV220.9121.28140.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 214 (83.98% from 255) = 32.33%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=36.10%
G=32.33%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921420900.100.130.061048.3987.84
HexEFD6D10AD6a3058
Octal3573263210121561260130
Binary11101111110101101101000101010110111010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6D1; }

 p { color: rgb(239,214,209); }

 H1.HeaderClassName
 {
   color: #EFD6D1;
 }
 .AnyTagClassName
 {
   color: #EFD6D1;
 }
</style>
background-color css

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

 a { background-color: rgb(239,214,209); }

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

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

 span { border-color: rgb(239,214,209); }

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