Html Css Color HEX #EBDEC2 Double Pearl Lusta
📋 copy color: '#EBDEC2'red 235 ◦ green 222 ◦ blue 194
Shades of Double Pearl Lusta #EBDEC2
Tints of Double Pearl Lusta #EBDEC2
RGB
CMYK
RGB Variations
Color information
#EBDEC2 (or 0xEBDEC2) is known color: Double Pearl Lusta. HEX triplet: EB, DE and C2. RGB value is (235,222,194). Sum of RGB (Red+Green+Blue) = 235+222+194=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC2 is #14213D. Grayscale: #DEDEDE. Windows color (decimal): -1319230 or 12771051. OLE color: 12771051.
HSL color Cylindrical-coordinate representation of color #EBDEC2: hue angle of 40.98º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDEC2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 222 | 194 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.08 |
| HSL | 40.98º | 0.51% | 0.84% | - |
| HSV(B) | 40.98º | 0.17% | 0.92% | - |
| XYZ | 70.12 | 73.8 | 61.59 | - |
| YUV | 222.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 194 | 0 | 0.06 | 0.17 | 0.08 | 40.98 | 0.51 | 0.84 |
| Hex | EB | DE | C2 | 0 | 6 | 11 | 8 | 29 | 33 | 54 |
| Octal | 353 | 336 | 302 | 0 | 6 | 21 | 10 | 51 | 63 | 124 |
| Binary | 11101011 | 11011110 | 11000010 | 0 | 110 | 10001 | 1000 | 101001 | 110011 | 1010100 |
Color Harmonies of #EBDEC2
Complementary color
Monochromatic Colors of #EBDEC2
Black with #EBDEC2
Text Example
Text Example
White with #EBDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDEC2; }
p { color: rgb(235,222,194); }
H1.HeaderClassName
{
color: #EBDEC2;
}
.AnyTagClassName
{
color: #EBDEC2;
}
</style>
background-color css
<style>
a { background-color: #EBDEC2; }
a { background-color: rgb(235,222,194); }
div.DivClassName
{
background-color: #EBDEC2;
}
.BgClassName
{
background-color: #EBDEC2;
}
</style>
border-color css
<style>
span { border-color: #EBDEC2; }
span { border-color: rgb(235,222,194); }
td.TdClassName
{
border-color: #EBDEC2;
}
.TagClassName
{
border-color: #EBDEC2;
}
</style>