#EFCCD8

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

Shades of Pink Lace #EFCCD8

Tints of Pink Lace #EFCCD8

Color information

#EFCCD8 (or 0xEFCCD8) is unknown color: approx Pink Lace. HEX triplet: EF, CC and D8. RGB value is (239,204,216). Sum of RGB (Red+Green+Blue) = 239+204+216=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD8 is #103327. Grayscale: #D7D7D7. Windows color (decimal): -1061672 or 14208239. OLE color: 14208239.

HSL color Cylindrical-coordinate representation of color #EFCCD8: hue angle of 339.43º 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 #EFCCD8 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239204216-
CMYK00.150.100.06
HSL339.43º52.24%86.86%-
HSV(B)339.43º14.64%93.73%-
XYZ69.5866.4974.13-
YUV215.83128.1144.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=36.27%
G=30.96%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920421600.150.100.06339.4352.2486.86
HexEFCCD80FA61533457
Octal35731433001712652364127
Binary1110111111001100110110000111110101101010100111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCD8; }

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

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

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

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

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

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

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

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