Html Css Color HEX #EFDBE6 Pig Pink

📋 copy color: '#EFDBE6'

red 239 ◦ green 219 ◦ blue 230

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

Shades of Pig Pink #EFDBE6

Tints of Pig Pink #EFDBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.43%

R = 34.74%
G = 31.83%
B = 33.43%

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

#EFDBE6 (or 0xEFDBE6) is known color: Pig Pink. HEX triplet: EF, DB and E6. RGB value is (239,219,230). Sum of RGB (Red+Green+Blue) = 239+219+230=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBE6 is #102419. Grayscale: #E2E2E2. Windows color (decimal): -1057818 or 15129583. OLE color: 15129583.

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

Color convert

RGB 239 219 230 -
CMYK 0 0.08 0.04 0.06
HSL 327º 0.38% 0.9% -
HSV(B) 327º 0.08% 0.94% -
XYZ 75.21 74.73 85.32 -
YUV 226.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 239 219 230 0 0.08 0.04 0.06 327 0.38 0.9
Hex EF DB E6 0 8 4 6 147 26 5A
Octal 357 333 346 0 10 4 6 507 46 132
Binary 11101111 11011011 11100110 0 1000 100 110 101000111 100110 1011010

Color Harmonies of #EFDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBE6

Black with #EFDBE6

Text Example


Text Example

White with #EFDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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