#EECAD5

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

Shades of Pink Lace #EECAD5

Tints of Pink Lace #EECAD5

Color information

#EECAD5 (or 0xEECAD5) is unknown color: approx Pink Lace. HEX triplet: EE, CA and D5. RGB value is (238,202,213). Sum of RGB (Red+Green+Blue) = 238+202+213=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD5 is #11352A. Grayscale: #D6D6D6. Windows color (decimal): -1127723 or 14011118. OLE color: 14011118.

HSL color Cylindrical-coordinate representation of color #EECAD5: hue angle of 341.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAD5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238202213-
CMYK00.150.110.07
HSL341.67º51.43%86.27%-
HSV(B)341.67º15.13%93.33%-
XYZ68.3965.2271.94-
YUV214.02127.43145.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=36.45%
G=30.93%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820221300.150.110.07341.6751.4386.27
HexEECAD50FB71563356
Octal35631232501713752663126
Binary1110111011001010110101010111110111111010101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAD5; }

 p { color: rgb(238,202,213); }

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

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

 a { background-color: rgb(238,202,213); }

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

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

 span { border-color: rgb(238,202,213); }

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