Html Css Color HEX #EFE1DC Provincial Pink

📋 copy color: '#EFE1DC'

red 239 ◦ green 225 ◦ blue 220

#EFE1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Provincial Pink #EFE1DC

Tints of Provincial Pink #EFE1DC

RGB

 RED value IS 239 (93.75% from 255) = 34.94%

 GREEN value IS 225 (88.28% from 255) = 32.89%

 BLUE value IS 220 (86.33% from 255) = 32.16%

R = 34.94%
G = 32.89%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE1DC (or 0xEFE1DC) is known color: Provincial Pink. HEX triplet: EF, E1 and DC. RGB value is (239,225,220). Sum of RGB (Red+Green+Blue) = 239+225+220=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DC is #101E23. Grayscale: #E4E4E4. Windows color (decimal): -1056292 or 14475759. OLE color: 14475759.

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

Color convert

RGB 239 225 220 -
CMYK 0 0.06 0.08 0.06
HSL 15.79º 0.37% 0.9% -
HSV(B) 15.79º 0.08% 0.94% -
XYZ 75.44 77.37 78.67 -
YUV 228.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 239 225 220 0 0.06 0.08 0.06 15.79 0.37 0.9
Hex EF E1 DC 0 6 8 6 10 25 5A
Octal 357 341 334 0 6 10 6 20 45 132
Binary 11101111 11100001 11011100 0 110 1000 110 10000 100101 1011010

Color Harmonies of #EFE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1DC

Black with #EFE1DC

Text Example


Text Example

White with #EFE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1DC; }

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

 H1.HeaderClassName
 {
   color: #EFE1DC;
 }
 .AnyTagClassName
 {
   color: #EFE1DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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