Html Css Color HEX #EFD8E0 Pig Pink

📋 copy color: '#EFD8E0'

red 239 ◦ green 216 ◦ blue 224

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

Shades of Pig Pink #EFD8E0

Tints of Pig Pink #EFD8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.81%

 BLUE value IS 224 (87.89% from 255) = 32.99%

R = 35.2%
G = 31.81%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFD8E0 (or 0xEFD8E0) is known color: Pig Pink. HEX triplet: EF, D8 and E0. RGB value is (239,216,224). Sum of RGB (Red+Green+Blue) = 239+216+224=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8E0 is #10271F. Grayscale: #DFDFDF. Windows color (decimal): -1058592 or 14735599. OLE color: 14735599.

HSL color Cylindrical-coordinate representation of color #EFD8E0: hue angle of 339.13º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8E0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 224 -
CMYK 0 0.10 0.06 0.06
HSL 339.13º 0.42% 0.89% -
HSV(B) 339.13º 0.1% 0.94% -
XYZ 73.61 72.84 80.7 -
YUV 223.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 239 216 224 0 0.10 0.06 0.06 339.13 0.42 0.89
Hex EF D8 E0 0 A 6 6 153 2A 59
Octal 357 330 340 0 12 6 6 523 52 131
Binary 11101111 11011000 11100000 0 1010 110 110 101010011 101010 1011001

Color Harmonies of #EFD8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8E0

Black with #EFD8E0

Text Example


Text Example

White with #EFD8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8E0; }

 p { color: rgb(239,216,224); }

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

background-color css

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

 a { background-color: rgb(239,216,224); }

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

border-color css

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

 span { border-color: rgb(239,216,224); }

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