#EFE2DC

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

Shades of Provincial Pink #EFE2DC

Tints of Provincial Pink #EFE2DC

Color information

#EFE2DC (or 0xEFE2DC) is unknown color: approx Provincial Pink. HEX triplet: EF, E2 and DC. RGB value is (239,226,220). Sum of RGB (Red+Green+Blue) = 239+226+220=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DC is #101D23. Grayscale: #E5E5E5. Windows color (decimal): -1056036 or 14476015. OLE color: 14476015.

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

Color convert

RGB239226220-
CMYK00.050.080.06
HSL18.95º37.25%90%-
HSV(B)18.95º7.95%93.73%-
XYZ75.7177.9178.76-
YUV229.2122.81134.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=34.89%
G=32.99%
B=32.12%

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
Decimal23922622000.050.080.0618.9537.2590
HexEFE2DC058613255a
Octal357342334051062345132
Binary11101111111000101101110001011000110100111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2DC; }

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

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

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

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

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

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

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

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