#EDCAD2

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

Shades of Pink Lace #EDCAD2

Tints of Pink Lace #EDCAD2

Color information

#EDCAD2 (or 0xEDCAD2) is unknown color: approx Pink Lace. HEX triplet: ED, CA and D2. RGB value is (237,202,210). Sum of RGB (Red+Green+Blue) = 237+202+210=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAD2 is #12352D. Grayscale: #D5D5D5. Windows color (decimal): -1193262 or 13814509. OLE color: 13814509.

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

Color convert

RGB237202210-
CMYK00.150.110.07
HSL346.29º49.3%86.08%-
HSV(B)346.29º14.77%92.94%-
XYZ67.6864.969.93-
YUV213.38126.1144.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=36.52%
G=31.12%
B=32.36%

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
Decimal23720221000.150.110.07346.2949.386.08
HexEDCAD20FB715a3156
Octal35531232201713753261126
Binary1110110111001010110100100111110111111010110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAD2; }

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

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

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

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

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

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

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

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