Shades of Pink Lace #EDCAD2
Tints of Pink Lace #EDCAD2
RGB
CMYK
RGB Variations
Color information
#EDCAD2 (or 0xEDCAD2) is known color: 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
RGB | 237 | 202 | 210 | - |
CMYK | 0 | 0.15 | 0.11 | 0.07 |
HSL | 346.29º | 0.49% | 0.86% | - |
HSV(B) | 346.29º | 0.15% | 0.93% | - |
XYZ | 67.68 | 64.9 | 69.93 | - |
YUV | 213.38 | 126.1 | 144.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 202 | 210 | 0 | 0.15 | 0.11 | 0.07 | 346.29 | 0.49 | 0.86 |
Hex | ED | CA | D2 | 0 | F | B | 7 | 15A | 31 | 56 |
Octal | 355 | 312 | 322 | 0 | 17 | 13 | 7 | 532 | 61 | 126 |
Binary | 11101101 | 11001010 | 11010010 | 0 | 1111 | 1011 | 111 | 101011010 | 110001 | 1010110 |
Color Harmonies of #EDCAD2
Complementary color
Monochromatic Colors of #EDCAD2
Black with #EDCAD2
Text Example
Text Example
White with #EDCAD2
Text Example
Text Example
HTML Codes & Css Web 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>