#EBFDDE

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

Shades of Panache #EBFDDE

Tints of Panache #EBFDDE

Color information

#EBFDDE (or 0xEBFDDE) is unknown color: approx Panache. HEX triplet: EB, FD and DE. RGB value is (235,253,222). Sum of RGB (Red+Green+Blue) = 235+253+222=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 222 (87.11% from 255 or 31.27% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDDE is #140221. Grayscale: #F4F4F4. Windows color (decimal): -1311266 or 14613995. OLE color: 14613995.

HSL color Cylindrical-coordinate representation of color #EBFDDE: hue angle of 94.84º degrees, saturation: 0.89, 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 #EBFDDE is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB235253222-
CMYK0.0700.120.01
HSL94.84º88.57%93.14%-
HSV(B)94.84º12.25%99.22%-
XYZ82.5793.1982.74-
YUV244.08115.54121.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 222 (87.11% from 255) = 31.27%
R=33.10%
G=35.63%
B=31.27%

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
Decimal2352532220.0700.120.0194.8488.5793.14
HexEBFDDE70C15f595d
Octal35337533670141137131135
Binary111010111111110111011110111011001101111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDDE; }

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

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

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

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

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

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

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

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