#EFE2DD

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

Shades of Provincial Pink #EFE2DD

Tints of Provincial Pink #EFE2DD

Color information

#EFE2DD (or 0xEFE2DD) is unknown color: approx Provincial Pink. HEX triplet: EF, E2 and DD. RGB value is (239,226,221). Sum of RGB (Red+Green+Blue) = 239+226+221=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DD is #101D22. Grayscale: #E5E5E5. Windows color (decimal): -1056035 or 14541551. OLE color: 14541551.

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

Color convert

RGB239226221-
CMYK00.050.080.06
HSL16.67º36%90.2%-
HSV(B)16.67º7.53%93.73%-
XYZ75.8477.9679.46-
YUV229.32123.31134.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=34.84%
G=32.94%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922622100.050.080.0616.673690.2
HexEFE2DD058611245a
Octal357342335051062144132
Binary11101111111000101101110101011000110100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2DD; }

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

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

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

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

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

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

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

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