Html Css Color HEX #EDFBDC Saltpan

📋 copy color: '#EDFBDC'

red 237 ◦ green 251 ◦ blue 220

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

Shades of Saltpan #EDFBDC

Tints of Saltpan #EDFBDC

RGB

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

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

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

R = 33.47%
G = 35.45%
B = 31.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#EDFBDC (or 0xEDFBDC) is known color: Saltpan. HEX triplet: ED, FB and DC. RGB value is (237,251,220). Sum of RGB (Red+Green+Blue) = 237+251+220=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDC is #120423. Grayscale: #F3F3F3. Windows color (decimal): -1180708 or 14482413. OLE color: 14482413.

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

Color convert

RGB 237 251 220 -
CMYK 0.06 0 0.12 0.02
HSL 87.1º 0.79% 0.92% -
HSV(B) 87.1º 0.12% 0.98% -
XYZ 82.34 92.17 81.16 -
YUV 243.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 237 251 220 0.06 0 0.12 0.02 87.1 0.79 0.92
Hex ED FB DC 6 0 C 2 57 4F 5C
Octal 355 373 334 6 0 14 2 127 117 134
Binary 11101101 11111011 11011100 110 0 1100 10 1010111 1001111 1011100

Color Harmonies of #EDFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBDC

Black with #EDFBDC

Text Example


Text Example

White with #EDFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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