Html Css Color HEX #EBDFC1 Double Pearl Lusta
📋 copy color: '#EBDFC1'red 235 ◦ green 223 ◦ blue 193
Shades of Double Pearl Lusta #EBDFC1
Tints of Double Pearl Lusta #EBDFC1
RGB
CMYK
RGB Variations
Color information
#EBDFC1 (or 0xEBDFC1) is known color: Double Pearl Lusta. HEX triplet: EB, DF and C1. RGB value is (235,223,193). Sum of RGB (Red+Green+Blue) = 235+223+193=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC1 is #14203E. Grayscale: #DFDFDF. Windows color (decimal): -1318975 or 12705771. OLE color: 12705771.
HSL color Cylindrical-coordinate representation of color #EBDFC1: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBDFC1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 193 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.08 |
| HSL | 42.86º | 0.51% | 0.84% | - |
| HSV(B) | 42.86º | 0.18% | 0.92% | - |
| XYZ | 70.27 | 74.29 | 61.09 | - |
| YUV | 223.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 193 | 0 | 0.05 | 0.18 | 0.08 | 42.86 | 0.51 | 0.84 |
| Hex | EB | DF | C1 | 0 | 5 | 12 | 8 | 2B | 33 | 54 |
| Octal | 353 | 337 | 301 | 0 | 5 | 22 | 10 | 53 | 63 | 124 |
| Binary | 11101011 | 11011111 | 11000001 | 0 | 101 | 10010 | 1000 | 101011 | 110011 | 1010100 |
Color Harmonies of #EBDFC1
Complementary color
Monochromatic Colors of #EBDFC1
Black with #EBDFC1
Text Example
Text Example
White with #EBDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFC1; }
p { color: rgb(235,223,193); }
H1.HeaderClassName
{
color: #EBDFC1;
}
.AnyTagClassName
{
color: #EBDFC1;
}
</style>
background-color css
<style>
a { background-color: #EBDFC1; }
a { background-color: rgb(235,223,193); }
div.DivClassName
{
background-color: #EBDFC1;
}
.BgClassName
{
background-color: #EBDFC1;
}
</style>
border-color css
<style>
span { border-color: #EBDFC1; }
span { border-color: rgb(235,223,193); }
td.TdClassName
{
border-color: #EBDFC1;
}
.TagClassName
{
border-color: #EBDFC1;
}
</style>