#EBFCDC

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

Shades of Panache #EBFCDC

Tints of Panache #EBFCDC

Color information

#EBFCDC (or 0xEBFCDC) is unknown color: approx Panache. HEX triplet: EB, FC and DC. RGB value is (235,252,220). Sum of RGB (Red+Green+Blue) = 235+252+220=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCDC is #140323. Grayscale: #F3F3F3. Windows color (decimal): -1311524 or 14482667. OLE color: 14482667.

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

Color convert

RGB235252220-
CMYK0.0700.130.01
HSL91.88º84.21%92.55%-
HSV(B)91.88º12.7%98.82%-
XYZ81.9992.4581.23-
YUV243.27114.87122.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 252 (98.83% from 255) = 35.64%
BLUE value IS 220 (86.33% from 255) = 31.12%
R=33.24%
G=35.64%
B=31.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522200.0700.130.0191.8884.2192.55
HexEBFCDC70D15c545d
Octal35337433470151134124135
Binary111010111111110011011100111011011101110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCDC; }

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

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

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

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

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

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

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

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