#EDCAD0

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

Shades of Pink Lace #EDCAD0

Tints of Pink Lace #EDCAD0

Color information

#EDCAD0 (or 0xEDCAD0) is unknown color: approx Pink Lace. HEX triplet: ED, CA and D0. RGB value is (237,202,208). Sum of RGB (Red+Green+Blue) = 237+202+208=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAD0 is #12352F. Grayscale: #D5D5D5. Windows color (decimal): -1193264 or 13683437. OLE color: 13683437.

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

Color convert

RGB237202208-
CMYK00.150.120.07
HSL349.71º49.3%86.08%-
HSV(B)349.71º14.77%92.94%-
XYZ67.4364.868.63-
YUV213.15125.1145.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=36.63%
G=31.22%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720220800.150.120.07349.7149.386.08
HexEDCAD00FC715e3156
Octal35531232001714753661126
Binary1110110111001010110100000111111001111010111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAD0; }

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

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

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

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

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

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

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

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