Shades of Pink Lace #EECAD2
Tints of Pink Lace #EECAD2
RGB
CMYK
RGB Variations
Color information
#EECAD2 (or 0xEECAD2) is known color: Pink Lace. HEX triplet: EE, CA and D2. RGB value is (238,202,210). Sum of RGB (Red+Green+Blue) = 238+202+210=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD2 is #11352D. Grayscale: #D5D5D5. Windows color (decimal): -1127726 or 13814510. OLE color: 13814510.
HSL color Cylindrical-coordinate representation of color #EECAD2: hue angle of 346.67º degrees, saturation: 0.51, 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 #EECAD2 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 210 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.07 |
| HSL | 346.67º | 0.51% | 0.86% | - |
| HSV(B) | 346.67º | 0.15% | 0.93% | - |
| XYZ | 68.01 | 65.07 | 69.95 | - |
| YUV | 213.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 210 | 0 | 0.15 | 0.12 | 0.07 | 346.67 | 0.51 | 0.86 |
| Hex | EE | CA | D2 | 0 | F | C | 7 | 15B | 33 | 56 |
| Octal | 356 | 312 | 322 | 0 | 17 | 14 | 7 | 533 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010010 | 0 | 1111 | 1100 | 111 | 101011011 | 110011 | 1010110 |
Color Harmonies of #EECAD2
Complementary color
Monochromatic Colors of #EECAD2
Black with #EECAD2
Text Example
Text Example
White with #EECAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD2; }
p { color: rgb(238,202,210); }
H1.HeaderClassName
{
color: #EECAD2;
}
.AnyTagClassName
{
color: #EECAD2;
}
</style>
background-color css
<style>
a { background-color: #EECAD2; }
a { background-color: rgb(238,202,210); }
div.DivClassName
{
background-color: #EECAD2;
}
.BgClassName
{
background-color: #EECAD2;
}
</style>
border-color css
<style>
span { border-color: #EECAD2; }
span { border-color: rgb(238,202,210); }
td.TdClassName
{
border-color: #EECAD2;
}
.TagClassName
{
border-color: #EECAD2;
}
</style>