#EFE1DA

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

Shades of Provincial Pink #EFE1DA

Tints of Provincial Pink #EFE1DA

Color information

#EFE1DA (or 0xEFE1DA) is unknown color: approx Provincial Pink. HEX triplet: EF, E1 and DA. RGB value is (239,225,218). Sum of RGB (Red+Green+Blue) = 239+225+218=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DA is #101E25. Grayscale: #E4E4E4. Windows color (decimal): -1056294 or 14344687. OLE color: 14344687.

HSL color Cylindrical-coordinate representation of color #EFE1DA: hue angle of 20º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE1DA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239225218-
CMYK00.060.090.06
HSL20º39.62%89.61%-
HSV(B)20º8.79%93.73%-
XYZ75.1877.2677.28-
YUV228.39122.14135.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=35.04%
G=32.99%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922521800.060.090.062039.6289.61
HexEFE1DA069614285a
Octal357341332061162450132
Binary11101111111000011101101001101001110101001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1DA; }

 p { color: rgb(239,225,218); }

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

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

 a { background-color: rgb(239,225,218); }

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

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

 span { border-color: rgb(239,225,218); }

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