#EBF9DD

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

Shades of Panache #EBF9DD

Tints of Panache #EBF9DD

Color information

#EBF9DD (or 0xEBF9DD) is unknown color: approx Panache. HEX triplet: EB, F9 and DD. RGB value is (235,249,221). Sum of RGB (Red+Green+Blue) = 235+249+221=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9DD is #140622. Grayscale: #F1F1F1. Windows color (decimal): -1312291 or 14547435. OLE color: 14547435.

HSL color Cylindrical-coordinate representation of color #EBF9DD: hue angle of 90º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBF9DD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB235249221-
CMYK0.0600.110.02
HSL90º70%92.16%-
HSV(B)90º11.24%97.65%-
XYZ81.1990.6381.62-
YUV241.62116.36123.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 221 (86.72% from 255) = 31.35%
R=33.33%
G=35.32%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492210.0600.110.02907092.16
HexEBF9DD60B25a465c
Octal35337133560132132106134
Binary1110101111111001110111011100101110101101010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9DD; }

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

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

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

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

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

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

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

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