Html Css Color HEX #EFDEE7 Pig Pink

📋 copy color: '#EFDEE7'

red 239 ◦ green 222 ◦ blue 231

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

Shades of Pig Pink #EFDEE7

Tints of Pig Pink #EFDEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.08%

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

R = 34.54%
G = 32.08%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFDEE7 (or 0xEFDEE7) is known color: Pig Pink. HEX triplet: EF, DE and E7. RGB value is (239,222,231). Sum of RGB (Red+Green+Blue) = 239+222+231=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEE7 is #102118. Grayscale: #E4E4E4. Windows color (decimal): -1057049 or 15195887. OLE color: 15195887.

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

Color convert

RGB 239 222 231 -
CMYK 0 0.07 0.03 0.06
HSL 328.24º 0.35% 0.9% -
HSV(B) 328.24º 0.07% 0.94% -
XYZ 76.14 76.36 86.33 -
YUV 228.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 239 222 231 0 0.07 0.03 0.06 328.24 0.35 0.9
Hex EF DE E7 0 7 3 6 148 23 5A
Octal 357 336 347 0 7 3 6 510 43 132
Binary 11101111 11011110 11100111 0 111 11 110 101001000 100011 1011010

Color Harmonies of #EFDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEE7

Black with #EFDEE7

Text Example


Text Example

White with #EFDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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