#EBFDDC

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

Shades of Panache #EBFDDC

Tints of Panache #EBFDDC

Color information

#EBFDDC (or 0xEBFDDC) is unknown color: approx Panache. HEX triplet: EB, FD and DC. RGB value is (235,253,220). Sum of RGB (Red+Green+Blue) = 235+253+220=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDDC is #140223. Grayscale: #F3F3F3. Windows color (decimal): -1311268 or 14482923. OLE color: 14482923.

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

Color convert

RGB235253220-
CMYK0.0700.130.01
HSL92.73º89.19%92.75%-
HSV(B)92.73º13.04%99.22%-
XYZ82.393.0881.34-
YUV243.86114.54121.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 253 (99.22% from 255) = 35.73%
BLUE value IS 220 (86.33% from 255) = 31.07%
R=33.19%
G=35.73%
B=31.07%

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
Decimal2352532200.0700.130.0192.7389.1992.75
HexEBFDDC70D15d595d
Octal35337533470151135131135
Binary111010111111110111011100111011011101110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDDC; }

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

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

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

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

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

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

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

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