#EBFDDD

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

Shades of Panache #EBFDDD

Tints of Panache #EBFDDD

Color information

#EBFDDD (or 0xEBFDDD) is unknown color: approx Panache. HEX triplet: EB, FD and DD. RGB value is (235,253,221). Sum of RGB (Red+Green+Blue) = 235+253+221=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDDD is #140222. Grayscale: #F4F4F4. Windows color (decimal): -1311267 or 14548459. OLE color: 14548459.

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

Color convert

RGB235253221-
CMYK0.0700.130.01
HSL93.75º88.89%92.94%-
HSV(B)93.75º12.65%99.22%-
XYZ82.4493.1382.04-
YUV243.97115.04121.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 221 (86.72% from 255) = 31.17%
R=33.15%
G=35.68%
B=31.17%

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
Decimal2352532210.0700.130.0193.7588.8992.94
HexEBFDDD70D15e595d
Octal35337533570151136131135
Binary111010111111110111011101111011011101111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDDD; }

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

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

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

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

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

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

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

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