Html Css Color HEX #EFDAE2 Pig Pink

📋 copy color: '#EFDAE2'

red 239 ◦ green 218 ◦ blue 226

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

Shades of Pig Pink #EFDAE2

Tints of Pig Pink #EFDAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.92%

 BLUE value IS 226 (88.67% from 255) = 33.09%

R = 34.99%
G = 31.92%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFDAE2 (or 0xEFDAE2) is known color: Pig Pink. HEX triplet: EF, DA and E2. RGB value is (239,218,226). Sum of RGB (Red+Green+Blue) = 239+218+226=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAE2 is #10251D. Grayscale: #E1E1E1. Windows color (decimal): -1058078 or 14867183. OLE color: 14867183.

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

Color convert

RGB 239 218 226 -
CMYK 0 0.09 0.05 0.06
HSL 337.14º 0.4% 0.9% -
HSV(B) 337.14º 0.09% 0.94% -
XYZ 74.4 73.98 82.31 -
YUV 225.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 239 218 226 0 0.09 0.05 0.06 337.14 0.4 0.9
Hex EF DA E2 0 9 5 6 151 28 5A
Octal 357 332 342 0 11 5 6 521 50 132
Binary 11101111 11011010 11100010 0 1001 101 110 101010001 101000 1011010

Color Harmonies of #EFDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAE2

Black with #EFDAE2

Text Example


Text Example

White with #EFDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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