#EFCDD4

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

Shades of Pink Lace #EFCDD4

Tints of Pink Lace #EFCDD4

Color information

#EFCDD4 (or 0xEFCDD4) is unknown color: approx Pink Lace. HEX triplet: EF, CD and D4. RGB value is (239,205,212). Sum of RGB (Red+Green+Blue) = 239+205+212=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD4 is #10322B. Grayscale: #D7D7D7. Windows color (decimal): -1061420 or 13946351. OLE color: 13946351.

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

Color convert

RGB239205212-
CMYK00.140.110.06
HSL347.65º51.52%87.06%-
HSV(B)347.65º14.23%93.73%-
XYZ69.3166.7771.52-
YUV215.96125.76144.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=36.43%
G=31.25%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920521200.140.110.06347.6551.5287.06
HexEFCDD40EB615c3457
Octal35731532401613653464127
Binary1110111111001101110101000111010111101010111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDD4; }

 p { color: rgb(239,205,212); }

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

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

 a { background-color: rgb(239,205,212); }

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

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

 span { border-color: rgb(239,205,212); }

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