Shades of Pink Lace #E9CBD2
Tints of Pink Lace #E9CBD2
RGB
CMYK
RGB Variations
Color information
#E9CBD2 (or 0xE9CBD2) is known color: Pink Lace. HEX triplet: E9, CB and D2. RGB value is (233,203,210). Sum of RGB (Red+Green+Blue) = 233+203+210=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBD2 is #16342D. Grayscale: #D4D4D4. Windows color (decimal): -1455150 or 13814761. OLE color: 13814761.
HSL color Cylindrical-coordinate representation of color #E9CBD2: hue angle of 346º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBD2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 210 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.09 |
| HSL | 346º | 0.41% | 0.85% | - |
| HSV(B) | 346º | 0.13% | 0.91% | - |
| XYZ | 66.59 | 64.69 | 69.95 | - |
| YUV | 212.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 210 | 0 | 0.13 | 0.10 | 0.09 | 346 | 0.41 | 0.85 |
| Hex | E9 | CB | D2 | 0 | D | A | 9 | 15A | 29 | 55 |
| Octal | 351 | 313 | 322 | 0 | 15 | 12 | 11 | 532 | 51 | 125 |
| Binary | 11101001 | 11001011 | 11010010 | 0 | 1101 | 1010 | 1001 | 101011010 | 101001 | 1010101 |
Color Harmonies of #E9CBD2
Complementary color
Monochromatic Colors of #E9CBD2
Black with #E9CBD2
Text Example
Text Example
White with #E9CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBD2; }
p { color: rgb(233,203,210); }
H1.HeaderClassName
{
color: #E9CBD2;
}
.AnyTagClassName
{
color: #E9CBD2;
}
</style>
background-color css
<style>
a { background-color: #E9CBD2; }
a { background-color: rgb(233,203,210); }
div.DivClassName
{
background-color: #E9CBD2;
}
.BgClassName
{
background-color: #E9CBD2;
}
</style>
border-color css
<style>
span { border-color: #E9CBD2; }
span { border-color: rgb(233,203,210); }
td.TdClassName
{
border-color: #E9CBD2;
}
.TagClassName
{
border-color: #E9CBD2;
}
</style>