#EBFDDF

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

Shades of Panache #EBFDDF

Tints of Panache #EBFDDF

Color information

#EBFDDF (or 0xEBFDDF) is unknown color: approx Panache. HEX triplet: EB, FD and DF. RGB value is (235,253,223). Sum of RGB (Red+Green+Blue) = 235+253+223=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDDF is #140220. Grayscale: #F4F4F4. Windows color (decimal): -1311265 or 14679531. OLE color: 14679531.

HSL color Cylindrical-coordinate representation of color #EBFDDF: hue angle of 96º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBFDDF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB235253223-
CMYK0.0700.120.01
HSL96º88.24%93.33%-
HSV(B)96º11.86%99.22%-
XYZ82.7193.2483.45-
YUV244.2116.04121.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=33.05%
G=35.58%
B=31.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532230.0700.120.019688.2493.33
HexEBFDDF70C160585d
Octal35337533770141140130135
Binary111010111111110111011111111011001110000010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDDF; }

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

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

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

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

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

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

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

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