Html Css Color HEX #EFEBDF Quarter Pearl Lusta
📋 copy color: '#EFEBDF'red 239 ◦ green 235 ◦ blue 223
Shades of Quarter Pearl Lusta #EFEBDF
Tints of Quarter Pearl Lusta #EFEBDF
RGB
CMYK
RGB Variations
Color information
#EFEBDF (or 0xEFEBDF) is known color: Quarter Pearl Lusta. HEX triplet: EF, EB and DF. RGB value is (239,235,223). Sum of RGB (Red+Green+Blue) = 239+235+223=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBDF is #101420. Grayscale: #EAEAEA. Windows color (decimal): -1053729 or 14674927. OLE color: 14674927.
HSL color Cylindrical-coordinate representation of color #EFEBDF: hue angle of 45º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEBDF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 223 | - |
CMYK | 0 | 0.02 | 0.07 | 0.06 |
HSL | 45º | 0.33% | 0.91% | - |
HSV(B) | 45º | 0.07% | 0.94% | - |
XYZ | 78.62 | 83.1 | 81.71 | - |
YUV | 234.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 223 | 0 | 0.02 | 0.07 | 0.06 | 45 | 0.33 | 0.91 |
Hex | EF | EB | DF | 0 | 2 | 7 | 6 | 2D | 21 | 5B |
Octal | 357 | 353 | 337 | 0 | 2 | 7 | 6 | 55 | 41 | 133 |
Binary | 11101111 | 11101011 | 11011111 | 0 | 10 | 111 | 110 | 101101 | 100001 | 1011011 |
Color Harmonies of #EFEBDF
Complementary color
Monochromatic Colors of #EFEBDF
Black with #EFEBDF
Text Example
Text Example
White with #EFEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBDF; }
p { color: rgb(239,235,223); }
H1.HeaderClassName
{
color: #EFEBDF;
}
.AnyTagClassName
{
color: #EFEBDF;
}
</style>
background-color css
<style>
a { background-color: #EFEBDF; }
a { background-color: rgb(239,235,223); }
div.DivClassName
{
background-color: #EFEBDF;
}
.BgClassName
{
background-color: #EFEBDF;
}
</style>
border-color css
<style>
span { border-color: #EFEBDF; }
span { border-color: rgb(239,235,223); }
td.TdClassName
{
border-color: #EFEBDF;
}
.TagClassName
{
border-color: #EFEBDF;
}
</style>