Shades of Pink Lace #EDCAD4
Tints of Pink Lace #EDCAD4
RGB
CMYK
RGB Variations
Color information
#EDCAD4 (or 0xEDCAD4) is known color: Pink Lace. HEX triplet: ED, CA and D4. RGB value is (237,202,212). Sum of RGB (Red+Green+Blue) = 237+202+212=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAD4 is #12352B. Grayscale: #D5D5D5. Windows color (decimal): -1193260 or 13945581. OLE color: 13945581.
HSL color Cylindrical-coordinate representation of color #EDCAD4: hue angle of 342.86º 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 #EDCAD4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 202 | 212 | - |
CMYK | 0 | 0.15 | 0.11 | 0.07 |
HSL | 342.86º | 0.49% | 0.86% | - |
HSV(B) | 342.86º | 0.15% | 0.93% | - |
XYZ | 67.93 | 65 | 71.25 | - |
YUV | 213.61 | 127.1 | 144.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 202 | 212 | 0 | 0.15 | 0.11 | 0.07 | 342.86 | 0.49 | 0.86 |
Hex | ED | CA | D4 | 0 | F | B | 7 | 157 | 31 | 56 |
Octal | 355 | 312 | 324 | 0 | 17 | 13 | 7 | 527 | 61 | 126 |
Binary | 11101101 | 11001010 | 11010100 | 0 | 1111 | 1011 | 111 | 101010111 | 110001 | 1010110 |
Color Harmonies of #EDCAD4
Complementary color
Monochromatic Colors of #EDCAD4
Black with #EDCAD4
Text Example
Text Example
White with #EDCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAD4; }
p { color: rgb(237,202,212); }
H1.HeaderClassName
{
color: #EDCAD4;
}
.AnyTagClassName
{
color: #EDCAD4;
}
</style>
background-color css
<style>
a { background-color: #EDCAD4; }
a { background-color: rgb(237,202,212); }
div.DivClassName
{
background-color: #EDCAD4;
}
.BgClassName
{
background-color: #EDCAD4;
}
</style>
border-color css
<style>
span { border-color: #EDCAD4; }
span { border-color: rgb(237,202,212); }
td.TdClassName
{
border-color: #EDCAD4;
}
.TagClassName
{
border-color: #EDCAD4;
}
</style>