Html Css Color HEX #EFDCE3 Pig Pink

📋 copy color: '#EFDCE3'

red 239 ◦ green 220 ◦ blue 227

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

Shades of Pig Pink #EFDCE3

Tints of Pig Pink #EFDCE3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.07%

 BLUE value IS 227 (89.06% from 255) = 33.09%

R = 34.84%
G = 32.07%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFDCE3 (or 0xEFDCE3) is known color: Pig Pink. HEX triplet: EF, DC and E3. RGB value is (239,220,227). Sum of RGB (Red+Green+Blue) = 239+220+227=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE3 is #10231C. Grayscale: #E2E2E2. Windows color (decimal): -1057565 or 14933231. OLE color: 14933231.

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

Color convert

RGB 239 220 227 -
CMYK 0 0.08 0.05 0.06
HSL 337.89º 0.37% 0.9% -
HSV(B) 337.89º 0.08% 0.94% -
XYZ 75.05 75.08 83.21 -
YUV 226.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 239 220 227 0 0.08 0.05 0.06 337.89 0.37 0.9
Hex EF DC E3 0 8 5 6 152 25 5A
Octal 357 334 343 0 10 5 6 522 45 132
Binary 11101111 11011100 11100011 0 1000 101 110 101010010 100101 1011010

Color Harmonies of #EFDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCE3

Black with #EFDCE3

Text Example


Text Example

White with #EFDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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