Html Css Color HEX #EFDDE5 Pig Pink

📋 copy color: '#EFDDE5'

red 239 ◦ green 221 ◦ blue 229

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

Shades of Pig Pink #EFDDE5

Tints of Pig Pink #EFDDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.08%

 BLUE value IS 229 (89.84% from 255) = 33.24%

R = 34.69%
G = 32.08%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFDDE5 (or 0xEFDDE5) is known color: Pig Pink. HEX triplet: EF, DD and E5. RGB value is (239,221,229). Sum of RGB (Red+Green+Blue) = 239+221+229=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDE5 is #10221A. Grayscale: #E3E3E3. Windows color (decimal): -1057307 or 15064559. OLE color: 15064559.

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

Color convert

RGB 239 221 229 -
CMYK 0 0.08 0.04 0.06
HSL 333.33º 0.36% 0.9% -
HSV(B) 333.33º 0.08% 0.94% -
XYZ 75.6 75.72 84.76 -
YUV 227.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 239 221 229 0 0.08 0.04 0.06 333.33 0.36 0.9
Hex EF DD E5 0 8 4 6 14D 24 5A
Octal 357 335 345 0 10 4 6 515 44 132
Binary 11101111 11011101 11100101 0 1000 100 110 101001101 100100 1011010

Color Harmonies of #EFDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDE5

Black with #EFDDE5

Text Example


Text Example

White with #EFDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDE5; }

 p { color: rgb(239,221,229); }

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

background-color css

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

 a { background-color: rgb(239,221,229); }

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

border-color css

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

 span { border-color: rgb(239,221,229); }

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