Html Css Color HEX #ECDFBE Double Pearl Lusta
📋 copy color: '#ECDFBE'red 236 ◦ green 223 ◦ blue 190
Shades of Double Pearl Lusta #ECDFBE
Tints of Double Pearl Lusta #ECDFBE
RGB
CMYK
RGB Variations
Color information
#ECDFBE (or 0xECDFBE) is known color: Double Pearl Lusta. HEX triplet: EC, DF and BE. RGB value is (236,223,190). Sum of RGB (Red+Green+Blue) = 236+223+190=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFBE is #132041. Grayscale: #DFDFDF. Windows color (decimal): -1253442 or 12509164. OLE color: 12509164.
HSL color Cylindrical-coordinate representation of color #ECDFBE: hue angle of 43.04º 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 #ECDFBE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 190 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.07 |
| HSL | 43.04º | 0.55% | 0.84% | - |
| HSV(B) | 43.04º | 0.19% | 0.93% | - |
| XYZ | 70.27 | 74.33 | 59.36 | - |
| YUV | 223.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 190 | 0 | 0.06 | 0.19 | 0.07 | 43.04 | 0.55 | 0.84 |
| Hex | EC | DF | BE | 0 | 6 | 13 | 7 | 2B | 37 | 54 |
| Octal | 354 | 337 | 276 | 0 | 6 | 23 | 7 | 53 | 67 | 124 |
| Binary | 11101100 | 11011111 | 10111110 | 0 | 110 | 10011 | 111 | 101011 | 110111 | 1010100 |
Color Harmonies of #ECDFBE
Complementary color
Monochromatic Colors of #ECDFBE
Black with #ECDFBE
Text Example
Text Example
White with #ECDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFBE; }
p { color: rgb(236,223,190); }
H1.HeaderClassName
{
color: #ECDFBE;
}
.AnyTagClassName
{
color: #ECDFBE;
}
</style>
background-color css
<style>
a { background-color: #ECDFBE; }
a { background-color: rgb(236,223,190); }
div.DivClassName
{
background-color: #ECDFBE;
}
.BgClassName
{
background-color: #ECDFBE;
}
</style>
border-color css
<style>
span { border-color: #ECDFBE; }
span { border-color: rgb(236,223,190); }
td.TdClassName
{
border-color: #ECDFBE;
}
.TagClassName
{
border-color: #ECDFBE;
}
</style>