Html Css Color HEX #EFDBE5 Pig Pink

📋 copy color: '#EFDBE5'

red 239 ◦ green 219 ◦ blue 229

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

Shades of Pig Pink #EFDBE5

Tints of Pig Pink #EFDBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.88%

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

R = 34.79%
G = 31.88%
B = 33.33%

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

#EFDBE5 (or 0xEFDBE5) is known color: Pig Pink. HEX triplet: EF, DB and E5. RGB value is (239,219,229). Sum of RGB (Red+Green+Blue) = 239+219+229=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBE5 is #10241A. Grayscale: #E2E2E2. Windows color (decimal): -1057819 or 15064047. OLE color: 15064047.

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

Color convert

RGB 239 219 229 -
CMYK 0 0.08 0.04 0.06
HSL 330º 0.38% 0.9% -
HSV(B) 330º 0.08% 0.94% -
XYZ 75.07 74.67 84.59 -
YUV 226.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 239 219 229 0 0.08 0.04 0.06 330 0.38 0.9
Hex EF DB E5 0 8 4 6 14A 26 5A
Octal 357 333 345 0 10 4 6 512 46 132
Binary 11101111 11011011 11100101 0 1000 100 110 101001010 100110 1011010

Color Harmonies of #EFDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBE5

Black with #EFDBE5

Text Example


Text Example

White with #EFDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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