Html Css Color HEX #EFE2DE Provincial Pink

📋 copy color: '#EFE2DE'

red 239 ◦ green 226 ◦ blue 222

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

Shades of Provincial Pink #EFE2DE

Tints of Provincial Pink #EFE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.9%

 BLUE value IS 222 (87.11% from 255) = 32.31%

R = 34.79%
G = 32.9%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFE2DE (or 0xEFE2DE) is known color: 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

RGB 239 226 222 -
CMYK 0 0.05 0.07 0.06
HSL 14.12º 0.35% 0.9% -
HSV(B) 14.12º 0.07% 0.94% -
XYZ 75.98 78.02 80.16 -
YUV 229.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 239 226 222 0 0.05 0.07 0.06 14.12 0.35 0.9
Hex EF E2 DE 0 5 7 6 E 23 5A
Octal 357 342 336 0 5 7 6 16 43 132
Binary 11101111 11100010 11011110 0 101 111 110 1110 100011 1011010

Color Harmonies of #EFE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2DE

Black with #EFE2DE

Text Example


Text Example

White with #EFE2DE

Text Example


Text Example

HTML Codes & Css Web 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>