Html Css Color HEX #EDFCDF Panache

📋 copy color: '#EDFCDF'

red 237 ◦ green 252 ◦ blue 223

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

Shades of Panache #EDFCDF

Tints of Panache #EDFCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.39%

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

R = 33.29%
G = 35.39%
B = 31.32%

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

#EDFCDF (or 0xEDFCDF) is known color: Panache. HEX triplet: ED, FC and DF. RGB value is (237,252,223). Sum of RGB (Red+Green+Blue) = 237+252+223=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDF is #120320. Grayscale: #F4F4F4. Windows color (decimal): -1180449 or 14679277. OLE color: 14679277.

HSL color Cylindrical-coordinate representation of color #EDFCDF: hue angle of 91.03º degrees, saturation: 0.83, 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 #EDFCDF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 223 -
CMYK 0.06 0 0.12 0.01
HSL 91.03º 0.83% 0.93% -
HSV(B) 91.03º 0.12% 0.99% -
XYZ 83.05 92.95 83.38 -
YUV 244.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 237 252 223 0.06 0 0.12 0.01 91.03 0.83 0.93
Hex ED FC DF 6 0 C 1 5B 53 5D
Octal 355 374 337 6 0 14 1 133 123 135
Binary 11101101 11111100 11011111 110 0 1100 1 1011011 1010011 1011101

Color Harmonies of #EDFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCDF

Black with #EDFCDF

Text Example


Text Example

White with #EDFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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