Html Css Color HEX #EFDDE7 Pig Pink

📋 copy color: '#EFDDE7'

red 239 ◦ green 221 ◦ blue 231

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

Shades of Pig Pink #EFDDE7

Tints of Pig Pink #EFDDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.43%

R = 34.59%
G = 31.98%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFDDE7 (or 0xEFDDE7) is known color: Pig Pink. HEX triplet: EF, DD and E7. RGB value is (239,221,231). Sum of RGB (Red+Green+Blue) = 239+221+231=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDE7 is #102218. Grayscale: #E3E3E3. Windows color (decimal): -1057305 or 15195631. OLE color: 15195631.

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

Color convert

RGB 239 221 231 -
CMYK 0 0.08 0.03 0.06
HSL 326.67º 0.36% 0.9% -
HSV(B) 326.67º 0.08% 0.94% -
XYZ 75.88 75.83 86.24 -
YUV 227.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 239 221 231 0 0.08 0.03 0.06 326.67 0.36 0.9
Hex EF DD E7 0 8 3 6 147 24 5A
Octal 357 335 347 0 10 3 6 507 44 132
Binary 11101111 11011101 11100111 0 1000 11 110 101000111 100100 1011010

Color Harmonies of #EFDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDE7

Black with #EFDDE7

Text Example


Text Example

White with #EFDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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