#EFEBDF

Color #EFEBDF Quarter Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Pearl Lusta #EFEBDF

Tints of Quarter Pearl Lusta #EFEBDF

Color information

#EFEBDF (or 0xEFEBDF) is unknown color: approx 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

RGB239235223-
CMYK00.020.070.06
HSL45º33.33%90.59%-
HSV(B)45º6.69%93.73%-
XYZ78.6283.181.71-
YUV234.83121.33130.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 223 (87.5% from 255) = 31.99%
R=34.29%
G=33.72%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923522300.020.070.064533.3390.59
HexEFEBDF02762d215b
Octal35735333702765541133
Binary1110111111101011110111110101111101011011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>