Shades of Pink Lace #EEC3D1
Tints of Pink Lace #EEC3D1
RGB
CMYK
RGB Variations
Color information
#EEC3D1 (or 0xEEC3D1) is known color: Pink Lace. HEX triplet: EE, C3 and D1. RGB value is (238,195,209). Sum of RGB (Red+Green+Blue) = 238+195+209=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3D1 is #113C2E. Grayscale: #D1D1D1. Windows color (decimal): -1129519 or 13747182. OLE color: 13747182.
HSL color Cylindrical-coordinate representation of color #EEC3D1: hue angle of 340.47º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3D1 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 209 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.07 |
| HSL | 340.47º | 0.56% | 0.85% | - |
| HSV(B) | 340.47º | 0.18% | 0.93% | - |
| XYZ | 66.28 | 61.81 | 68.76 | - |
| YUV | 209.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 209 | 0 | 0.18 | 0.12 | 0.07 | 340.47 | 0.56 | 0.85 |
| Hex | EE | C3 | D1 | 0 | 12 | C | 7 | 154 | 38 | 55 |
| Octal | 356 | 303 | 321 | 0 | 22 | 14 | 7 | 524 | 70 | 125 |
| Binary | 11101110 | 11000011 | 11010001 | 0 | 10010 | 1100 | 111 | 101010100 | 111000 | 1010101 |
Color Harmonies of #EEC3D1
Complementary color
Monochromatic Colors of #EEC3D1
Black with #EEC3D1
Text Example
Text Example
White with #EEC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3D1; }
p { color: rgb(238,195,209); }
H1.HeaderClassName
{
color: #EEC3D1;
}
.AnyTagClassName
{
color: #EEC3D1;
}
</style>
background-color css
<style>
a { background-color: #EEC3D1; }
a { background-color: rgb(238,195,209); }
div.DivClassName
{
background-color: #EEC3D1;
}
.BgClassName
{
background-color: #EEC3D1;
}
</style>
border-color css
<style>
span { border-color: #EEC3D1; }
span { border-color: rgb(238,195,209); }
td.TdClassName
{
border-color: #EEC3D1;
}
.TagClassName
{
border-color: #EEC3D1;
}
</style>