#EFCCD4

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

Shades of Pink Lace #EFCCD4

Tints of Pink Lace #EFCCD4

Color information

#EFCCD4 (or 0xEFCCD4) is unknown color: approx Pink Lace. HEX triplet: EF, CC and D4. RGB value is (239,204,212). Sum of RGB (Red+Green+Blue) = 239+204+212=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD4 is #10332B. Grayscale: #D7D7D7. Windows color (decimal): -1061676 or 13946095. OLE color: 13946095.

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

Color convert

RGB239204212-
CMYK00.150.110.06
HSL346.29º52.24%86.86%-
HSV(B)346.29º14.64%93.73%-
XYZ69.0766.2971.44-
YUV215.38126.1144.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=36.49%
G=31.15%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920421200.150.110.06346.2952.2486.86
HexEFCCD40FB615a3457
Octal35731432401713653264127
Binary1110111111001100110101000111110111101010110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCD4; }

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

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

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

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

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

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

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

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