#EBFBDC

Color #EBFBDC Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #EBFBDC

Tints of Panache #EBFBDC

Color information

#EBFBDC (or 0xEBFBDC) is unknown color: approx Panache. HEX triplet: EB, FB and DC. RGB value is (235,251,220). Sum of RGB (Red+Green+Blue) = 235+251+220=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBDC is #140423. Grayscale: #F2F2F2. Windows color (decimal): -1311780 or 14482411. OLE color: 14482411.

HSL color Cylindrical-coordinate representation of color #EBFBDC: hue angle of 90.97º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBFBDC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB235251220-
CMYK0.0600.120.02
HSL90.97º79.49%92.35%-
HSV(B)90.97º12.35%98.43%-
XYZ81.6891.8281.13-
YUV242.68115.2122.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.29%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 220 (86.33% from 255) = 31.16%
R=33.29%
G=35.55%
B=31.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512200.0600.120.0290.9779.4992.35
HexEBFBDC60C25b4f5c
Octal35337333460142133117134
Binary1110101111111011110111001100110010101101110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBDC; }

 p { color: rgb(235,251,220); }

 H1.HeaderClassName
 {
   color: #EBFBDC;
 }
 .AnyTagClassName
 {
   color: #EBFBDC;
 }
</style>
background-color css

<style>
 a { background-color: #EBFBDC; }

 a { background-color: rgb(235,251,220); }

 div.DivClassName
 {
   background-color: #EBFBDC;
 }
 .BgClassName
 {
   background-color: #EBFBDC;
 }
</style>
border-color css

<style>
 span { border-color: #EBFBDC; }

 span { border-color: rgb(235,251,220); }

 td.TdClassName
 {
   border-color: #EBFBDC;
 }
 .TagClassName
 {
   border-color: #EBFBDC;
 }
</style>