Html Css Color HEX #EFDBE7 Pig Pink

📋 copy color: '#EFDBE7'

red 239 ◦ green 219 ◦ blue 231

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

Shades of Pig Pink #EFDBE7

Tints of Pig Pink #EFDBE7

RGB

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

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

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

R = 34.69%
G = 31.79%
B = 33.53%

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

#EFDBE7 (or 0xEFDBE7) is known color: Pig Pink. HEX triplet: EF, DB and E7. RGB value is (239,219,231). Sum of RGB (Red+Green+Blue) = 239+219+231=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBE7 is #102418. Grayscale: #E2E2E2. Windows color (decimal): -1057817 or 15195119. OLE color: 15195119.

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

Color convert

RGB 239 219 231 -
CMYK 0 0.08 0.03 0.06
HSL 324º 0.38% 0.9% -
HSV(B) 324º 0.08% 0.94% -
XYZ 75.35 74.78 86.06 -
YUV 226.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 239 219 231 0 0.08 0.03 0.06 324 0.38 0.9
Hex EF DB E7 0 8 3 6 144 26 5A
Octal 357 333 347 0 10 3 6 504 46 132
Binary 11101111 11011011 11100111 0 1000 11 110 101000100 100110 1011010

Color Harmonies of #EFDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBE7

Black with #EFDBE7

Text Example


Text Example

White with #EFDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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