Html Css Color HEX #ECDEC2 Double Pearl Lusta
📋 copy color: '#ECDEC2'red 236 ◦ green 222 ◦ blue 194
Shades of Double Pearl Lusta #ECDEC2
Tints of Double Pearl Lusta #ECDEC2
RGB
CMYK
RGB Variations
Color information
#ECDEC2 (or 0xECDEC2) is known color: Double Pearl Lusta. HEX triplet: EC, DE and C2. RGB value is (236,222,194). Sum of RGB (Red+Green+Blue) = 236+222+194=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC2 is #13213D. Grayscale: #DFDFDF. Windows color (decimal): -1253694 or 12771052. OLE color: 12771052.
HSL color Cylindrical-coordinate representation of color #ECDEC2: hue angle of 40º degrees, saturation: 0.52, 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 #ECDEC2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 222 | 194 | - |
CMYK | 0 | 0.06 | 0.18 | 0.07 |
HSL | 40º | 0.53% | 0.84% | - |
HSV(B) | 40º | 0.18% | 0.93% | - |
XYZ | 70.45 | 73.97 | 61.6 | - |
YUV | 222.99 | 111.64 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 222 | 194 | 0 | 0.06 | 0.18 | 0.07 | 40 | 0.53 | 0.84 |
Hex | EC | DE | C2 | 0 | 6 | 12 | 7 | 28 | 34 | 54 |
Octal | 354 | 336 | 302 | 0 | 6 | 22 | 7 | 50 | 64 | 124 |
Binary | 11101100 | 11011110 | 11000010 | 0 | 110 | 10010 | 111 | 101000 | 110100 | 1010100 |
Color Harmonies of #ECDEC2
Complementary color
Monochromatic Colors of #ECDEC2
Black with #ECDEC2
Text Example
Text Example
White with #ECDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEC2; }
p { color: rgb(236,222,194); }
H1.HeaderClassName
{
color: #ECDEC2;
}
.AnyTagClassName
{
color: #ECDEC2;
}
</style>
background-color css
<style>
a { background-color: #ECDEC2; }
a { background-color: rgb(236,222,194); }
div.DivClassName
{
background-color: #ECDEC2;
}
.BgClassName
{
background-color: #ECDEC2;
}
</style>
border-color css
<style>
span { border-color: #ECDEC2; }
span { border-color: rgb(236,222,194); }
td.TdClassName
{
border-color: #ECDEC2;
}
.TagClassName
{
border-color: #ECDEC2;
}
</style>