Html Css Color HEX #ECDEC1 Double Pearl Lusta
📋 copy color: '#ECDEC1'red 236 ◦ green 222 ◦ blue 193
Shades of Double Pearl Lusta #ECDEC1
Tints of Double Pearl Lusta #ECDEC1
RGB
CMYK
RGB Variations
Color information
#ECDEC1 (or 0xECDEC1) is known color: Double Pearl Lusta. HEX triplet: EC, DE and C1. RGB value is (236,222,193). Sum of RGB (Red+Green+Blue) = 236+222+193=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC1 is #13213E. Grayscale: #DFDFDF. Windows color (decimal): -1253695 or 12705516. OLE color: 12705516.
HSL color Cylindrical-coordinate representation of color #ECDEC1: hue angle of 40.47º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECDEC1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 193 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.07 |
| HSL | 40.47º | 0.53% | 0.84% | - |
| HSV(B) | 40.47º | 0.18% | 0.93% | - |
| XYZ | 70.34 | 73.93 | 61.01 | - |
| YUV | 222.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 193 | 0 | 0.06 | 0.18 | 0.07 | 40.47 | 0.53 | 0.84 |
| Hex | EC | DE | C1 | 0 | 6 | 12 | 7 | 28 | 35 | 54 |
| Octal | 354 | 336 | 301 | 0 | 6 | 22 | 7 | 50 | 65 | 124 |
| Binary | 11101100 | 11011110 | 11000001 | 0 | 110 | 10010 | 111 | 101000 | 110101 | 1010100 |
Color Harmonies of #ECDEC1
Complementary color
Monochromatic Colors of #ECDEC1
Black with #ECDEC1
Text Example
Text Example
White with #ECDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEC1; }
p { color: rgb(236,222,193); }
H1.HeaderClassName
{
color: #ECDEC1;
}
.AnyTagClassName
{
color: #ECDEC1;
}
</style>
background-color css
<style>
a { background-color: #ECDEC1; }
a { background-color: rgb(236,222,193); }
div.DivClassName
{
background-color: #ECDEC1;
}
.BgClassName
{
background-color: #ECDEC1;
}
</style>
border-color css
<style>
span { border-color: #ECDEC1; }
span { border-color: rgb(236,222,193); }
td.TdClassName
{
border-color: #ECDEC1;
}
.TagClassName
{
border-color: #ECDEC1;
}
</style>