#EECAD0

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

Shades of Pink Lace #EECAD0

Tints of Pink Lace #EECAD0

Color information

#EECAD0 (or 0xEECAD0) is unknown color: approx Pink Lace. HEX triplet: EE, CA and D0. RGB value is (238,202,208). Sum of RGB (Red+Green+Blue) = 238+202+208=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD0 is #11352F. Grayscale: #D5D5D5. Windows color (decimal): -1127728 or 13683438. OLE color: 13683438.

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

Color convert

RGB238202208-
CMYK00.150.130.07
HSL350º51.43%86.27%-
HSV(B)350º15.13%93.33%-
XYZ67.7764.9768.64-
YUV213.45124.93145.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=36.73%
G=31.17%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820220800.150.130.0735051.4386.27
HexEECAD00FD715e3356
Octal35631232001715753663126
Binary1110111011001010110100000111111011111010111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAD0; }

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

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

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

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

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

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

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

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