Html Css Color HEX #EFD2DB Pink Lace

📋 copy color: '#EFD2DB'

red 239 ◦ green 210 ◦ blue 219

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

Shades of Pink Lace #EFD2DB

Tints of Pink Lace #EFD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.44%

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

R = 35.78%
G = 31.44%
B = 32.78%

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

#EFD2DB (or 0xEFD2DB) is known color: Pink Lace. HEX triplet: EF, D2 and DB. RGB value is (239,210,219). Sum of RGB (Red+Green+Blue) = 239+210+219=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DB is #102D24. Grayscale: #DBDBDB. Windows color (decimal): -1060133 or 14406383. OLE color: 14406383.

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

Color convert

RGB 239 210 219 -
CMYK 0 0.12 0.08 0.06
HSL 341.38º 0.48% 0.88% -
HSV(B) 341.38º 0.12% 0.94% -
XYZ 71.43 69.56 76.68 -
YUV 219.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 239 210 219 0 0.12 0.08 0.06 341.38 0.48 0.88
Hex EF D2 DB 0 C 8 6 155 30 58
Octal 357 322 333 0 14 10 6 525 60 130
Binary 11101111 11010010 11011011 0 1100 1000 110 101010101 110000 1011000

Color Harmonies of #EFD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2DB

Black with #EFD2DB

Text Example


Text Example

White with #EFD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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