#EFE3DE

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

Shades of Provincial Pink #EFE3DE

Tints of Provincial Pink #EFE3DE

Color information

#EFE3DE (or 0xEFE3DE) is unknown color: approx Provincial Pink. HEX triplet: EF, E3 and DE. RGB value is (239,227,222). Sum of RGB (Red+Green+Blue) = 239+227+222=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3DE is #101C21. Grayscale: #E6E6E6. Windows color (decimal): -1055778 or 14607343. OLE color: 14607343.

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

Color convert

RGB239227222-
CMYK00.050.070.06
HSL17.65º34.69%90.39%-
HSV(B)17.65º7.11%93.73%-
XYZ76.2578.5680.25-
YUV230.02123.48134.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 227 (89.06% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=34.74%
G=32.99%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922722200.050.070.0617.6534.6990.39
HexEFE3DE057612235a
Octal35734333605762243132
Binary1110111111100011110111100101111110100101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3DE; }

 p { color: rgb(239,227,222); }

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

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

 a { background-color: rgb(239,227,222); }

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

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

 span { border-color: rgb(239,227,222); }

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