Html Css Color HEX #EDFDDF Panache

📋 copy color: '#EDFDDF'

red 237 ◦ green 253 ◦ blue 223

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

Shades of Panache #EDFDDF

Tints of Panache #EDFDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.48%

 BLUE value IS 223 (87.5% from 255) = 31.28%

R = 33.24%
G = 35.48%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#EDFDDF (or 0xEDFDDF) is known color: Panache. HEX triplet: ED, FD and DF. RGB value is (237,253,223). Sum of RGB (Red+Green+Blue) = 237+253+223=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDF is #120220. Grayscale: #F4F4F4. Windows color (decimal): -1180193 or 14679533. OLE color: 14679533.

HSL color Cylindrical-coordinate representation of color #EDFDDF: hue angle of 92º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFDDF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 223 -
CMYK 0.06 0 0.12 0.01
HSL 92º 0.88% 0.93% -
HSV(B) 92º 0.12% 0.99% -
XYZ 83.37 93.58 83.48 -
YUV 244.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 237 253 223 0.06 0 0.12 0.01 92 0.88 0.93
Hex ED FD DF 6 0 C 1 5C 58 5D
Octal 355 375 337 6 0 14 1 134 130 135
Binary 11101101 11111101 11011111 110 0 1100 1 1011100 1011000 1011101

Color Harmonies of #EDFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDDF

Black with #EDFDDF

Text Example


Text Example

White with #EDFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDDF; }

 p { color: rgb(237,253,223); }

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

background-color css

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

 a { background-color: rgb(237,253,223); }

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

border-color css

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

 span { border-color: rgb(237,253,223); }

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