#EBFADF

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

Shades of Panache #EBFADF

Tints of Panache #EBFADF

Color information

#EBFADF (or 0xEBFADF) is unknown color: approx Panache. HEX triplet: EB, FA and DF. RGB value is (235,250,223). Sum of RGB (Red+Green+Blue) = 235+250+223=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFADF is #140520. Grayscale: #F2F2F2. Windows color (decimal): -1312033 or 14678763. OLE color: 14678763.

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

Color convert

RGB235250223-
CMYK0.0600.110.02
HSL93.33º72.97%92.75%-
HSV(B)93.33º10.8%98.04%-
XYZ81.7791.3683.14-
YUV242.44117.03122.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 223 (87.5% from 255) = 31.50%
R=33.19%
G=35.31%
B=31.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502230.0600.110.0293.3372.9792.75
HexEBFADF60B25d495d
Octal35337233760132135111135
Binary1110101111111010110111111100101110101110110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFADF; }

 p { color: rgb(235,250,223); }

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

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

 a { background-color: rgb(235,250,223); }

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

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

 span { border-color: rgb(235,250,223); }

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