Html Css Color HEX #ECDBBC Double Pearl Lusta
📋 copy color: '#ECDBBC'red 236 ◦ green 219 ◦ blue 188
Shades of Double Pearl Lusta #ECDBBC
Tints of Double Pearl Lusta #ECDBBC
RGB
CMYK
RGB Variations
Color information
#ECDBBC (or 0xECDBBC) is known color: Double Pearl Lusta. HEX triplet: EC, DB and BC. RGB value is (236,219,188). Sum of RGB (Red+Green+Blue) = 236+219+188=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBBC is #132443. Grayscale: #DCDCDC. Windows color (decimal): -1254468 or 12377068. OLE color: 12377068.
HSL color Cylindrical-coordinate representation of color #ECDBBC: hue angle of 38.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECDBBC is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 188 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.07 |
| HSL | 38.75º | 0.56% | 0.83% | - |
| HSV(B) | 38.75º | 0.2% | 0.93% | - |
| XYZ | 69 | 72.13 | 57.86 | - |
| YUV | 220.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 188 | 0 | 0.07 | 0.20 | 0.07 | 38.75 | 0.56 | 0.83 |
| Hex | EC | DB | BC | 0 | 7 | 14 | 7 | 27 | 38 | 53 |
| Octal | 354 | 333 | 274 | 0 | 7 | 24 | 7 | 47 | 70 | 123 |
| Binary | 11101100 | 11011011 | 10111100 | 0 | 111 | 10100 | 111 | 100111 | 111000 | 1010011 |
Color Harmonies of #ECDBBC
Complementary color
Monochromatic Colors of #ECDBBC
Black with #ECDBBC
Text Example
Text Example
White with #ECDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBBC; }
p { color: rgb(236,219,188); }
H1.HeaderClassName
{
color: #ECDBBC;
}
.AnyTagClassName
{
color: #ECDBBC;
}
</style>
background-color css
<style>
a { background-color: #ECDBBC; }
a { background-color: rgb(236,219,188); }
div.DivClassName
{
background-color: #ECDBBC;
}
.BgClassName
{
background-color: #ECDBBC;
}
</style>
border-color css
<style>
span { border-color: #ECDBBC; }
span { border-color: rgb(236,219,188); }
td.TdClassName
{
border-color: #ECDBBC;
}
.TagClassName
{
border-color: #ECDBBC;
}
</style>