#EECAD3

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

Shades of Pink Lace #EECAD3

Tints of Pink Lace #EECAD3

Color information

#EECAD3 (or 0xEECAD3) is unknown color: approx Pink Lace. HEX triplet: EE, CA and D3. RGB value is (238,202,211). Sum of RGB (Red+Green+Blue) = 238+202+211=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD3 is #11352C. Grayscale: #D5D5D5. Windows color (decimal): -1127725 or 13880046. OLE color: 13880046.

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

Color convert

RGB238202211-
CMYK00.150.110.07
HSL345º51.43%86.27%-
HSV(B)345º15.13%93.33%-
XYZ68.1465.1270.61-
YUV213.79126.43145.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=36.56%
G=31.03%
B=32.41%

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
Decimal23820221100.150.110.0734551.4386.27
HexEECAD30FB71593356
Octal35631232301713753163126
Binary1110111011001010110100110111110111111010110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAD3; }

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

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

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

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

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

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

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

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