Html Css Color HEX #EDFBDF Panache

📋 copy color: '#EDFBDF'

red 237 ◦ green 251 ◦ blue 223

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

Shades of Panache #EDFBDF

Tints of Panache #EDFBDF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.3%

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

R = 33.33%
G = 35.3%
B = 31.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#EDFBDF (or 0xEDFBDF) is known color: Panache. HEX triplet: ED, FB and DF. RGB value is (237,251,223). Sum of RGB (Red+Green+Blue) = 237+251+223=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDF is #120420. Grayscale: #F3F3F3. Windows color (decimal): -1180705 or 14679021. OLE color: 14679021.

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

Color convert

RGB 237 251 223 -
CMYK 0.06 0 0.11 0.02
HSL 90º 0.78% 0.93% -
HSV(B) 90º 0.11% 0.98% -
XYZ 82.74 92.33 83.27 -
YUV 243.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 237 251 223 0.06 0 0.11 0.02 90 0.78 0.93
Hex ED FB DF 6 0 B 2 5A 4E 5D
Octal 355 373 337 6 0 13 2 132 116 135
Binary 11101101 11111011 11011111 110 0 1011 10 1011010 1001110 1011101

Color Harmonies of #EDFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBDF

Black with #EDFBDF

Text Example


Text Example

White with #EDFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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