Html Css Color HEX #EFECE2 Quarter Pearl Lusta
📋 copy color: '#EFECE2'red 239 ◦ green 236 ◦ blue 226
Shades of Quarter Pearl Lusta #EFECE2
Tints of Quarter Pearl Lusta #EFECE2
RGB
CMYK
RGB Variations
Color information
#EFECE2 (or 0xEFECE2) is known color: Quarter Pearl Lusta. HEX triplet: EF, EC and E2. RGB value is (239,236,226). Sum of RGB (Red+Green+Blue) = 239+236+226=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECE2 is #10131D. Grayscale: #EBEBEB. Windows color (decimal): -1053470 or 14871791. OLE color: 14871791.
HSL color Cylindrical-coordinate representation of color #EFECE2: hue angle of 46.15º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFECE2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 236 | 226 | - |
CMYK | 0 | 0.01 | 0.05 | 0.06 |
HSL | 46.15º | 0.29% | 0.91% | - |
HSV(B) | 46.15º | 0.05% | 0.94% | - |
XYZ | 79.32 | 83.83 | 83.95 | - |
YUV | 235.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 236 | 226 | 0 | 0.01 | 0.05 | 0.06 | 46.15 | 0.29 | 0.91 |
Hex | EF | EC | E2 | 0 | 1 | 5 | 6 | 2E | 1D | 5B |
Octal | 357 | 354 | 342 | 0 | 1 | 5 | 6 | 56 | 35 | 133 |
Binary | 11101111 | 11101100 | 11100010 | 0 | 1 | 101 | 110 | 101110 | 11101 | 1011011 |
Color Harmonies of #EFECE2
Complementary color
Monochromatic Colors of #EFECE2
Black with #EFECE2
Text Example
Text Example
White with #EFECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECE2; }
p { color: rgb(239,236,226); }
H1.HeaderClassName
{
color: #EFECE2;
}
.AnyTagClassName
{
color: #EFECE2;
}
</style>
background-color css
<style>
a { background-color: #EFECE2; }
a { background-color: rgb(239,236,226); }
div.DivClassName
{
background-color: #EFECE2;
}
.BgClassName
{
background-color: #EFECE2;
}
</style>
border-color css
<style>
span { border-color: #EFECE2; }
span { border-color: rgb(239,236,226); }
td.TdClassName
{
border-color: #EFECE2;
}
.TagClassName
{
border-color: #EFECE2;
}
</style>