Html Css Color HEX #EFD1DB Pink Lace

📋 copy color: '#EFD1DB'

red 239 ◦ green 209 ◦ blue 219

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

Shades of Pink Lace #EFD1DB

Tints of Pink Lace #EFD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.33%

 BLUE value IS 219 (85.94% from 255) = 32.83%

R = 35.83%
G = 31.33%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD1DB (or 0xEFD1DB) is known color: Pink Lace. HEX triplet: EF, D1 and DB. RGB value is (239,209,219). Sum of RGB (Red+Green+Blue) = 239+209+219=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1DB is #102E24. Grayscale: #DBDBDB. Windows color (decimal): -1060389 or 14406127. OLE color: 14406127.

HSL color Cylindrical-coordinate representation of color #EFD1DB: hue angle of 340º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1DB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 219 -
CMYK 0 0.13 0.08 0.06
HSL 340º 0.48% 0.88% -
HSV(B) 340º 0.13% 0.94% -
XYZ 71.18 69.07 76.6 -
YUV 219.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 239 209 219 0 0.13 0.08 0.06 340 0.48 0.88
Hex EF D1 DB 0 D 8 6 154 30 58
Octal 357 321 333 0 15 10 6 524 60 130
Binary 11101111 11010001 11011011 0 1101 1000 110 101010100 110000 1011000

Color Harmonies of #EFD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1DB

Black with #EFD1DB

Text Example


Text Example

White with #EFD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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