#EECDD7

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

Shades of Pink Lace #EECDD7

Tints of Pink Lace #EECDD7

Color information

#EECDD7 (or 0xEECDD7) is unknown color: approx Pink Lace. HEX triplet: EE, CD and D7. RGB value is (238,205,215). Sum of RGB (Red+Green+Blue) = 238+205+215=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD7 is #113228. Grayscale: #D7D7D7. Windows color (decimal): -1126953 or 14142958. OLE color: 14142958.

HSL color Cylindrical-coordinate representation of color #EECDD7: hue angle of 341.82º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDD7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238205215-
CMYK00.140.100.07
HSL341.82º49.25%86.86%-
HSV(B)341.82º13.87%93.33%-
XYZ69.3666.7573.52-
YUV216.01127.43143.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=36.17%
G=31.16%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820521500.140.100.07341.8249.2586.86
HexEECDD70EA71563157
Octal35631532701612752661127
Binary1110111011001101110101110111010101111010101101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDD7; }

 p { color: rgb(238,205,215); }

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

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

 a { background-color: rgb(238,205,215); }

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

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

 span { border-color: rgb(238,205,215); }

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