#EFE2DE

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

Shades of Provincial Pink #EFE2DE

Tints of Provincial Pink #EFE2DE

Color information

#EFE2DE (or 0xEFE2DE) is unknown color: approx Provincial Pink. HEX triplet: EF, E2 and DE. RGB value is (239,226,222). Sum of RGB (Red+Green+Blue) = 239+226+222=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DE is #101D21. Grayscale: #E5E5E5. Windows color (decimal): -1056034 or 14607087. OLE color: 14607087.

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

Color convert

RGB239226222-
CMYK00.050.070.06
HSL14.12º34.69%90.39%-
HSV(B)14.12º7.11%93.73%-
XYZ75.9878.0280.16-
YUV229.43123.81134.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 226 (88.67% from 255) = 32.90%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=34.79%
G=32.90%
B=32.31%

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
Decimal23922622200.050.070.0614.1234.6990.39
HexEFE2DE0576e235a
Octal35734233605761643132
Binary111011111110001011011110010111111011101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2DE; }

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

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

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

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

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

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

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

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