Html Css Color HEX #EADDBF Double Pearl Lusta
📋 copy color: '#EADDBF'red 234 ◦ green 221 ◦ blue 191
Shades of Double Pearl Lusta #EADDBF
Tints of Double Pearl Lusta #EADDBF
RGB
CMYK
RGB Variations
Color information
#EADDBF (or 0xEADDBF) is known color: Double Pearl Lusta. HEX triplet: EA, DD and BF. RGB value is (234,221,191). Sum of RGB (Red+Green+Blue) = 234+221+191=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDBF is #152240. Grayscale: #DDDDDD. Windows color (decimal): -1385025 or 12574186. OLE color: 12574186.
HSL color Cylindrical-coordinate representation of color #EADDBF: hue angle of 41.86º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EADDBF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 191 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 41.86º | 0.51% | 0.83% | - |
| HSV(B) | 41.86º | 0.18% | 0.92% | - |
| XYZ | 69.19 | 72.97 | 59.73 | - |
| YUV | 221.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 191 | 0 | 0.06 | 0.18 | 0.08 | 41.86 | 0.51 | 0.83 |
| Hex | EA | DD | BF | 0 | 6 | 12 | 8 | 2A | 33 | 53 |
| Octal | 352 | 335 | 277 | 0 | 6 | 22 | 10 | 52 | 63 | 123 |
| Binary | 11101010 | 11011101 | 10111111 | 0 | 110 | 10010 | 1000 | 101010 | 110011 | 1010011 |
Color Harmonies of #EADDBF
Complementary color
Monochromatic Colors of #EADDBF
Black with #EADDBF
Text Example
Text Example
White with #EADDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDBF; }
p { color: rgb(234,221,191); }
H1.HeaderClassName
{
color: #EADDBF;
}
.AnyTagClassName
{
color: #EADDBF;
}
</style>
background-color css
<style>
a { background-color: #EADDBF; }
a { background-color: rgb(234,221,191); }
div.DivClassName
{
background-color: #EADDBF;
}
.BgClassName
{
background-color: #EADDBF;
}
</style>
border-color css
<style>
span { border-color: #EADDBF; }
span { border-color: rgb(234,221,191); }
td.TdClassName
{
border-color: #EADDBF;
}
.TagClassName
{
border-color: #EADDBF;
}
</style>