Shades of Pink Lace #ECCAD2
Tints of Pink Lace #ECCAD2
RGB
CMYK
RGB Variations
Color information
#ECCAD2 (or 0xECCAD2) is known color: Pink Lace. HEX triplet: EC, CA and D2. RGB value is (236,202,210). Sum of RGB (Red+Green+Blue) = 236+202+210=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD2 is #13352D. Grayscale: #D5D5D5. Windows color (decimal): -1258798 or 13814508. OLE color: 13814508.
HSL color Cylindrical-coordinate representation of color #ECCAD2: hue angle of 345.88º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAD2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 210 | - |
CMYK | 0 | 0.14 | 0.11 | 0.07 |
HSL | 345.88º | 0.47% | 0.86% | - |
HSV(B) | 345.88º | 0.14% | 0.93% | - |
XYZ | 67.35 | 64.73 | 69.92 | - |
YUV | 213.08 | 126.26 | 144.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 210 | 0 | 0.14 | 0.11 | 0.07 | 345.88 | 0.47 | 0.86 |
Hex | EC | CA | D2 | 0 | E | B | 7 | 15A | 2F | 56 |
Octal | 354 | 312 | 322 | 0 | 16 | 13 | 7 | 532 | 57 | 126 |
Binary | 11101100 | 11001010 | 11010010 | 0 | 1110 | 1011 | 111 | 101011010 | 101111 | 1010110 |
Color Harmonies of #ECCAD2
Complementary color
Monochromatic Colors of #ECCAD2
Black with #ECCAD2
Text Example
Text Example
White with #ECCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAD2; }
p { color: rgb(236,202,210); }
H1.HeaderClassName
{
color: #ECCAD2;
}
.AnyTagClassName
{
color: #ECCAD2;
}
</style>
background-color css
<style>
a { background-color: #ECCAD2; }
a { background-color: rgb(236,202,210); }
div.DivClassName
{
background-color: #ECCAD2;
}
.BgClassName
{
background-color: #ECCAD2;
}
</style>
border-color css
<style>
span { border-color: #ECCAD2; }
span { border-color: rgb(236,202,210); }
td.TdClassName
{
border-color: #ECCAD2;
}
.TagClassName
{
border-color: #ECCAD2;
}
</style>