Html Css Color HEX #EFD3DC Pink Lace

📋 copy color: '#EFD3DC'

red 239 ◦ green 211 ◦ blue 220

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

Shades of Pink Lace #EFD3DC

Tints of Pink Lace #EFD3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.49%

 BLUE value IS 220 (86.33% from 255) = 32.84%

R = 35.67%
G = 31.49%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD3DC (or 0xEFD3DC) is known color: Pink Lace. HEX triplet: EF, D3 and DC. RGB value is (239,211,220). Sum of RGB (Red+Green+Blue) = 239+211+220=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DC is #102C23. Grayscale: #DCDCDC. Windows color (decimal): -1059876 or 14472175. OLE color: 14472175.

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

Color convert

RGB 239 211 220 -
CMYK 0 0.12 0.08 0.06
HSL 340.71º 0.47% 0.88% -
HSV(B) 340.71º 0.12% 0.94% -
XYZ 71.81 70.11 77.46 -
YUV 220.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 239 211 220 0 0.12 0.08 0.06 340.71 0.47 0.88
Hex EF D3 DC 0 C 8 6 155 2F 58
Octal 357 323 334 0 14 10 6 525 57 130
Binary 11101111 11010011 11011100 0 1100 1000 110 101010101 101111 1011000

Color Harmonies of #EFD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3DC

Black with #EFD3DC

Text Example


Text Example

White with #EFD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3DC; }

 p { color: rgb(239,211,220); }

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

background-color css

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

 a { background-color: rgb(239,211,220); }

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

border-color css

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

 span { border-color: rgb(239,211,220); }

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