Html Css Color HEX #ECDDBE Double Pearl Lusta
📋 copy color: '#ECDDBE'red 236 ◦ green 221 ◦ blue 190
Shades of Double Pearl Lusta #ECDDBE
Tints of Double Pearl Lusta #ECDDBE
RGB
CMYK
RGB Variations
Color information
#ECDDBE (or 0xECDDBE) is known color: Double Pearl Lusta. HEX triplet: EC, DD and BE. RGB value is (236,221,190). Sum of RGB (Red+Green+Blue) = 236+221+190=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDBE is #132241. Grayscale: #DEDEDE. Windows color (decimal): -1253954 or 12508652. OLE color: 12508652.
HSL color Cylindrical-coordinate representation of color #ECDDBE: hue angle of 40.43º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECDDBE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 190 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.07 |
| HSL | 40.43º | 0.55% | 0.84% | - |
| HSV(B) | 40.43º | 0.19% | 0.93% | - |
| XYZ | 69.74 | 73.26 | 59.18 | - |
| YUV | 221.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 190 | 0 | 0.06 | 0.19 | 0.07 | 40.43 | 0.55 | 0.84 |
| Hex | EC | DD | BE | 0 | 6 | 13 | 7 | 28 | 37 | 54 |
| Octal | 354 | 335 | 276 | 0 | 6 | 23 | 7 | 50 | 67 | 124 |
| Binary | 11101100 | 11011101 | 10111110 | 0 | 110 | 10011 | 111 | 101000 | 110111 | 1010100 |
Color Harmonies of #ECDDBE
Complementary color
Monochromatic Colors of #ECDDBE
Black with #ECDDBE
Text Example
Text Example
White with #ECDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDBE; }
p { color: rgb(236,221,190); }
H1.HeaderClassName
{
color: #ECDDBE;
}
.AnyTagClassName
{
color: #ECDDBE;
}
</style>
background-color css
<style>
a { background-color: #ECDDBE; }
a { background-color: rgb(236,221,190); }
div.DivClassName
{
background-color: #ECDDBE;
}
.BgClassName
{
background-color: #ECDDBE;
}
</style>
border-color css
<style>
span { border-color: #ECDDBE; }
span { border-color: rgb(236,221,190); }
td.TdClassName
{
border-color: #ECDDBE;
}
.TagClassName
{
border-color: #ECDDBE;
}
</style>