#EFD5DE

Color #EFD5DE Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #EFD5DE

Tints of Pink Lace #EFD5DE

Color information

#EFD5DE (or 0xEFD5DE) is unknown color: approx Pink Lace. HEX triplet: EF, D5 and DE. RGB value is (239,213,222). Sum of RGB (Red+Green+Blue) = 239+213+222=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DE is #102A21. Grayscale: #DDDDDD. Windows color (decimal): -1059362 or 14603759. OLE color: 14603759.

HSL color Cylindrical-coordinate representation of color #EFD5DE: hue angle of 339.23º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5DE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239213222-
CMYK00.110.070.06
HSL339.23º44.83%88.63%-
HSV(B)339.23º10.88%93.73%-
XYZ72.5871.2179.03-
YUV221.8128.11140.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 213 (83.59% from 255) = 31.60%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=35.46%
G=31.60%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921322200.110.070.06339.2344.8388.63
HexEFD5DE0B761532d59
Octal3573253360137652355131
Binary111011111101010111011110010111111101010100111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5DE; }

 p { color: rgb(239,213,222); }

 H1.HeaderClassName
 {
   color: #EFD5DE;
 }
 .AnyTagClassName
 {
   color: #EFD5DE;
 }
</style>
background-color css

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

 a { background-color: rgb(239,213,222); }

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

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

 span { border-color: rgb(239,213,222); }

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