Html Css Color HEX #EDFFDB Panache

📋 copy color: '#EDFFDB'

red 237 ◦ green 255 ◦ blue 219

#EDFFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Panache #EDFFDB

Tints of Panache #EDFFDB

RGB

 RED value IS 237 (92.97% from 255) = 33.33%

 GREEN value IS 255 (100% from 255) = 35.86%

 BLUE value IS 219 (85.94% from 255) = 30.8%

R = 33.33%
G = 35.86%
B = 30.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#EDFFDB (or 0xEDFFDB) is known color: Panache. HEX triplet: ED, FF and DB. RGB value is (237,255,219). Sum of RGB (Red+Green+Blue) = 237+255+219=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDB is #120024. Grayscale: #F5F5F5. Windows color (decimal): -1179685 or 14417901. OLE color: 14417901.

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

Color convert

RGB 237 255 219 -
CMYK 0.07 0 0.14 0
HSL 90º 1% 0.93% -
HSV(B) 90º 0.14% 1% -
XYZ 83.47 94.64 80.89 -
YUV 245.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 237 255 219 0.07 0 0.14 0 90 1 0.93
Hex ED FF DB 7 0 E 0 5A 64 5D
Octal 355 377 333 7 0 16 0 132 144 135
Binary 11101101 11111111 11011011 111 0 1110 0 1011010 1100100 1011101

Color Harmonies of #EDFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFDB

Black with #EDFFDB

Text Example


Text Example

White with #EDFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFDB; }

 p { color: rgb(237,255,219); }

 H1.HeaderClassName
 {
   color: #EDFFDB;
 }
 .AnyTagClassName
 {
   color: #EDFFDB;
 }
</style>

background-color css

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

 a { background-color: rgb(237,255,219); }

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

border-color css

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

 span { border-color: rgb(237,255,219); }

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