#EBFCDE

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

Shades of Panache #EBFCDE

Tints of Panache #EBFCDE

Color information

#EBFCDE (or 0xEBFCDE) is unknown color: approx Panache. HEX triplet: EB, FC and DE. RGB value is (235,252,222). Sum of RGB (Red+Green+Blue) = 235+252+222=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCDE is #140321. Grayscale: #F3F3F3. Windows color (decimal): -1311522 or 14613739. OLE color: 14613739.

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

Color convert

RGB235252222-
CMYK0.0700.120.01
HSL94º83.33%92.94%-
HSV(B)94º11.9%98.82%-
XYZ82.2692.5682.64-
YUV243.5115.87121.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 222 (87.11% from 255) = 31.31%
R=33.15%
G=35.54%
B=31.31%

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
Decimal2352522220.0700.120.019483.3392.94
HexEBFCDE70C15e535d
Octal35337433670141136123135
Binary111010111111110011011110111011001101111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCDE; }

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

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

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

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

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

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

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

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