Html Css Color HEX #EDFFDC Panache

📋 copy color: '#EDFFDC'

red 237 ◦ green 255 ◦ blue 220

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

Shades of Panache #EDFFDC

Tints of Panache #EDFFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 30.9%

R = 33.29%
G = 35.81%
B = 30.9%

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

#EDFFDC (or 0xEDFFDC) is known color: Panache. HEX triplet: ED, FF and DC. RGB value is (237,255,220). Sum of RGB (Red+Green+Blue) = 237+255+220=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFDC is #120023. Grayscale: #F5F5F5. Windows color (decimal): -1179684 or 14483437. OLE color: 14483437.

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

Color convert

RGB 237 255 220 -
CMYK 0.07 0 0.14 0
HSL 90.86º 1% 0.93% -
HSV(B) 90.86º 0.14% 1% -
XYZ 83.6 94.69 81.58 -
YUV 245.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 237 255 220 0.07 0 0.14 0 90.86 1 0.93
Hex ED FF DC 7 0 E 0 5B 64 5D
Octal 355 377 334 7 0 16 0 133 144 135
Binary 11101101 11111111 11011100 111 0 1110 0 1011011 1100100 1011101

Color Harmonies of #EDFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFDC

Black with #EDFFDC

Text Example


Text Example

White with #EDFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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