#EBFBDF

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

Shades of Panache #EBFBDF

Tints of Panache #EBFBDF

Color information

#EBFBDF (or 0xEBFBDF) is unknown color: approx Panache. HEX triplet: EB, FB and DF. RGB value is (235,251,223). Sum of RGB (Red+Green+Blue) = 235+251+223=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBDF is #140420. Grayscale: #F3F3F3. Windows color (decimal): -1311777 or 14679019. OLE color: 14679019.

HSL color Cylindrical-coordinate representation of color #EBFBDF: hue angle of 94.29º degrees, saturation: 0.78, 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 #EBFBDF is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB235251223-
CMYK0.0600.110.02
HSL94.29º77.78%92.94%-
HSV(B)94.29º11.16%98.43%-
XYZ82.0891.9883.24-
YUV243.02116.7122.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=33.15%
G=35.40%
B=31.45%

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
Decimal2352512230.0600.110.0294.2977.7892.94
HexEBFBDF60B25e4e5d
Octal35337333760132136116135
Binary1110101111111011110111111100101110101111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBDF; }

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

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

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

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

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

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

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

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